Skip to content

Commit b8645e9

Browse files
committed
修改端口,尝试fix ci失败时报的端口冲突问题 review by songym
1 parent b133f08 commit b8645e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples-test/nightwatch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"server_path": "./node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar",
1414
"log_path": false,
1515
"host": "127.0.0.1",
16-
"port": 4444,
16+
"port": 4445,
1717
"cli_args": {
1818
"webdriver.chrome.driver": "./node_modules/chromedriver/lib/chromedriver/chromedriver.exe"
1919
}
@@ -22,7 +22,7 @@
2222
"test_settings": {
2323
"default": {
2424
"launch_url": "http://localhost",
25-
"selenium_port": 4444,
25+
"selenium_port": 4445,
2626
"selenium_host": "localhost",
2727
"silent": true,
2828
"screenshots": {

0 commit comments

Comments
 (0)