Add tests CI pipeline

This commit is contained in:
Lorenzo Iovino 2024-01-09 07:45:41 +01:00
parent a11957ab35
commit f6e386811e
4 changed files with 68 additions and 14020 deletions

View file

@ -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,