Added gitlab ci
This commit is contained in:
@@ -37,8 +37,14 @@ module.exports = function (config) {
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['Chrome'],
|
||||
singleRun: false,
|
||||
restartOnFileChange: true
|
||||
restartOnFileChange: true,
|
||||
browsers: ["Chrome"],
|
||||
customLaunchers: {
|
||||
Headless_Chrome: {
|
||||
base: "Chrome",
|
||||
flags: ["--no-sandbox", "--disable-gpu"],
|
||||
},
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user