mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
Update config for running download tests on CI
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// eslint-disable-next-line node/no-extraneous-require
|
||||
const ip = require('ip');
|
||||
const path = require('path');
|
||||
const common = require('./wdio.common.conf');
|
||||
|
||||
/*/
|
||||
@@ -10,9 +9,8 @@ Config for running selenium from a circleci docker container against localhost
|
||||
/*/
|
||||
|
||||
exports.config = Object.assign({}, common.config, {
|
||||
baseUrl: `http://${ip.address()}:8000`,
|
||||
exclude: [path.join(__dirname, './integration/download-tests.js')],
|
||||
baseUrl: `http://${ip.address()}:8080`,
|
||||
maxInstances: 1,
|
||||
bail: 1,
|
||||
services: [require('./testServer')]
|
||||
services: [require('./testServer'), 'selenium-standalone']
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user