mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Fix port.
This commit is contained in:
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user