This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 59cdc9cb authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parent 55d2dbc3
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -111,6 +111,9 @@ e2e-test: ...@@ -111,6 +111,9 @@ e2e-test:
# dependencies: # dependencies:
# - frontend-test # - frontend-test
script: script:
- apt-get update
- apt-get install -y default-jre
- apt-get install chromium -y
- npm run e2e - npm run e2e
# sonar-analyze: # sonar-analyze:
# stage: analyze # stage: analyze
......
...@@ -12,7 +12,7 @@ exports.config = { ...@@ -12,7 +12,7 @@ exports.config = {
browserName: 'chrome', browserName: 'chrome',
chromeOptions: { chromeOptions: {
args: process.env.JHI_E2E_HEADLESS args: process.env.JHI_E2E_HEADLESS
? ['--headless', '--disable-gpu', '--window-size=1920,1080', '--start-maximized'] ? ['--headless', '--disable-gpu', '--window-size=1920,1080', '--start-maximized', '--no-sandbox']
: ['--disable-gpu', '--window-size=800,600'], : ['--disable-gpu', '--window-size=800,600'],
}, },
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment