We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859ba35 commit 6338da2Copy full SHA for 6338da2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "selenium-cucumber-js",
3
- "version": "1.3.4",
+ "version": "1.3.5",
4
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
5
"main": "index.js",
6
"scripts": {
runtime/world.js
@@ -18,9 +18,11 @@ var fs = require('fs-plus'),
18
assert = require("chai").assert,
19
reporter = require('cucumber-html-reporter'),
20
cucumberJunit = require('cucumber-junit');
21
-if(!global.DEFAULT_TIMEOUT){
+
22
+if (!global.DEFAULT_TIMEOUT) {
23
global.DEFAULT_TIMEOUT = 10 * 1000; // 10 second default
24
}
25
26
/**
27
* create the selenium browser based on global var set in index.js
28
*/
0 commit comments