mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00: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, {
|
||||
baseUrl: `http://${ip.address()}:8080`,
|
||||
baseUrl: `http://${ip.address()}:8000`,
|
||||
maxInstances: 1,
|
||||
bail: 1,
|
||||
services: [require('./testServer'), 'selenium-standalone']
|
||||
|
||||
Reference in New Issue
Block a user