We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f4bfc commit 0b761f3Copy full SHA for 0b761f3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.18.2 - 2016-12-05
4
+
5
+* fix: `screenshotOnReject` may not be declared in config file
6
7
## 0.18.1 - 2016-12-02
8
9
* feat: add ability to configure timeout for take screenshot
package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.18.1",
+ "version": "0.18.2",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {
0 commit comments