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 f079884 commit 6559afbCopy full SHA for 6559afb
test/wdio.circleci.conf.js
@@ -9,7 +9,7 @@ Config for running selenium from a circleci docker container against localhost
9
/*/
10
11
exports.config = Object.assign({}, common.config, {
12
- baseUrl: `http://${ip.address()}:8080`,
+ baseUrl: `http://${ip.address()}:8000`,
13
maxInstances: 1,
14
bail: 1,
15
services: [require('./testServer'), 'selenium-standalone']
0 commit comments