mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
cleaned up integration test flow
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
// eslint-disable-next-line node/no-extraneous-require
|
||||
const ip = require('ip');
|
||||
const common = require('./wdio.common.conf');
|
||||
const dir =
|
||||
common.config.capabilities[0]['moz:firefoxOptions'].prefs[
|
||||
'browser.download.dir'
|
||||
];
|
||||
|
||||
/*/
|
||||
|
||||
@@ -16,6 +21,7 @@ exports.config = Object.assign({}, common.config, {
|
||||
healthCheck: 'http://localhost:4444',
|
||||
options: {
|
||||
p: ['4444:4444'],
|
||||
mount: `type=bind,source=${dir},destination=${dir},consistency=delegated`,
|
||||
shmSize: '2g'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user