Skip to content

Commit cb3fb62

Browse files
xjchengoposva
authored andcommitted
make it runable in windows (#1046)
1 parent 535c12f commit cb3fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/nightwatch.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
'host': '127.0.0.1',
1212
'port': 4444,
1313
'cli_args': {
14-
'webdriver.chrome.driver': 'node_modules/chromedriver/lib/chromedriver/chromedriver'
14+
'webdriver.chrome.driver': require('chromedriver').path
1515
}
1616
},
1717

0 commit comments

Comments
 (0)