We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72faeee + 9a2b7d1 commit a788c51Copy full SHA for a788c51
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.18.0 - 2016-11-29
4
+
5
+* major: Remove option `screenshotOnReject`
6
+* feat: add option [sessionQuitTimeout](https://github.com/gemini-testing/hermione/blob/v0.18.0/README.md#sessionquittimeout)
7
+* fix: more informative error if parsing of a config fails
8
9
## 0.17.0 - 2016-11-23
10
11
* Add programmatic API. See [doc](https://github.com/gemini-testing/hermione/blob/master/README.md#programmatic-api) for more details.
package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.17.0",
+ "version": "0.18.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {
0 commit comments