Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.1.0 - 2016-05-20

* Supported displaying of meta-info in HTML reporter which contains suite/state url
* Supported displaying of retry reasons in reporters
* Supported passing of a suite error to all states of this suite
* Dropped throwing of critical errors in states, this means that a state failure always emits an `err` event
* Fix: browser sessions will be freed immediately if there are no states to run instead of waiting for the end of all remaining running states in other browser sessions

## 4.0.4 - 2016-04-29

* Fix: use top level windowSize
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.0.4",
"version": "4.1.0",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"
Expand Down