cleaned up integration test flow
This commit is contained in:
parent
23d629b80b
commit
76de2b29a5
20 changed files with 123 additions and 1798 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue