Skip to content
Snippets Groups Projects
Commit 06a5ae62 authored by Jonny Ngo Luong's avatar Jonny Ngo Luong
Browse files

asdasd

parent 24806a69
No related branches found
No related tags found
No related merge requests found
Pipeline #120423 canceled
...@@ -39,4 +39,4 @@ client_test: ...@@ -39,4 +39,4 @@ client_test:
- apk add chromium - apk add chromium
- export CHROME_BIN=/usr/bin/chromium-browser - export CHROME_BIN=/usr/bin/chromium-browser
script: script:
- cd client && npm test --watch=false --browsers=ChromeHeadless - cd client && npm test --watch=false --browsers=GitlabChromeHeadless
\ No newline at end of file \ No newline at end of file
...@@ -39,6 +39,12 @@ module.exports = function (config) { ...@@ -39,6 +39,12 @@ module.exports = function (config) {
autoWatch: true, autoWatch: true,
browsers: ['Chrome'], browsers: ['Chrome'],
singleRun: false, singleRun: false,
restartOnFileChange: true restartOnFileChange: true,
customLaunchers: {
GitlabHeadlessChrome: {
base: 'ChromeHeadless',
flags: ['--no-sandbox'],
},
},
}); });
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment