Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Add chagelog entry about new config format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Jun 18, 2014
1 parent df04ad7 commit 8547f87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
browser instead of `gemini`. This allows to issue fewer requests to
Selenium Server speeding up total tests run time. This feature breaks
compatibility with old browsers (`IE` < 9).
* New config format, which allows to specify full set of capabilities
for browsers:

```yaml
browsers:
phantomjs: phantomjs
opera12:
browserName: opera
version: '12.06'
platform: 'WINDOWS'
firefox28:
browserName: firefox
version: '28.0'
firefox27:
browserName: firefox
version: '27.0'
```
* Correctly capture screenshots of regions out of initial browser
viewport in browsers, that can't capture full page (`Opera` and
`Chrome` at the time of writing).
Expand Down

0 comments on commit 8547f87

Please sign in to comment.