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 b133f08 commit b8645e9Copy full SHA for b8645e9
examples-test/nightwatch.json
@@ -13,7 +13,7 @@
13
"server_path": "./node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar",
14
"log_path": false,
15
"host": "127.0.0.1",
16
- "port": 4444,
+ "port": 4445,
17
"cli_args": {
18
"webdriver.chrome.driver": "./node_modules/chromedriver/lib/chromedriver/chromedriver.exe"
19
}
@@ -22,7 +22,7 @@
22
"test_settings": {
23
"default": {
24
"launch_url": "http://localhost",
25
- "selenium_port": 4444,
+ "selenium_port": 4445,
26
"selenium_host": "localhost",
27
"silent": true,
28
"screenshots": {
0 commit comments