Add tests CI pipeline
This commit is contained in:
parent
a11957ab35
commit
f6e386811e
4 changed files with 68 additions and 14020 deletions
|
|
@ -25,11 +25,11 @@ module.exports = function(config) {
|
|||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['Chrome', 'ChromeHeadlessDebug'],
|
||||
browsers: ['Chrome', 'ChromeHeadless', 'ChromeHeadlessDebug'],
|
||||
customLaunchers: {
|
||||
ChromeHeadlessDebug: {
|
||||
base: 'ChromeHeadless',
|
||||
flags: ['--remote-debugging-port=9333'],
|
||||
flags: ['--remote-debugging-port=9333', '--no-sandbox'],
|
||||
},
|
||||
},
|
||||
singleRun: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue