Fix port.
This commit is contained in:
parent
f07988426b
commit
6559afba37
|
@ -9,7 +9,7 @@ Config for running selenium from a circleci docker container against localhost
|
||||||
/*/
|
/*/
|
||||||
|
|
||||||
exports.config = Object.assign({}, common.config, {
|
exports.config = Object.assign({}, common.config, {
|
||||||
baseUrl: `http://${ip.address()}:8080`,
|
baseUrl: `http://${ip.address()}:8000`,
|
||||||
maxInstances: 1,
|
maxInstances: 1,
|
||||||
bail: 1,
|
bail: 1,
|
||||||
services: [require('./testServer'), 'selenium-standalone']
|
services: [require('./testServer'), 'selenium-standalone']
|
||||||
|
|
Loading…
Reference in New Issue