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

Commit

Permalink
Merge pull request #488 from gemini-testing/version/4.3.0
Browse files Browse the repository at this point in the history
v4.3.0
  • Loading branch information
eGavr committed Jun 2, 2016
2 parents dec70f3 + e852a81 commit 9699cb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.3.0 - 2016-06-02

* Added new browser option `screenshotMode` which allows to set an image capture mode, see the [documentation](https://github.com/gemini-testing/gemini/blob/v4.3.0/doc/config.md#browsers-settings) for more details.
* Added new action `changeOrientation` to tests API which allows to change orientation on touch enabled device, see the [documentation](https://github.com/gemini-testing/gemini/blob/v4.3.0/doc/tests.md#available-actions) for more details.
* Supported displaying of `sessionId` in meta-info of HTML reporter.
* Fix: do not emit an error if `browser.quit` fails, warning will be logged.
* Fix: support passing of `sessionId` to an error if launching of a browser fails.

## 4.2.0 - 2016-05-26

* Added option `sessionRequestTimeout` which sets a timeout for getting of browser sessions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "4.2.0",
"version": "4.3.0",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"
Expand Down

0 comments on commit 9699cb4

Please sign in to comment.