Nightwatch Config global timeout

This commit is contained in:
Belen Curcio
2017-10-13 10:55:02 -03:00
parent 54971f37ad
commit 0dfff2ce53
+3
View File
@@ -27,6 +27,9 @@ module.exports = {
'applicationCacheEnabled': false,
'nativeEvents': true
},
'globals': {
'waitForConditionTimeout': 5000,
},
'screenshots' : {
'enabled': true,
'on_failure': true,