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

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

added pass variable

parent 77791365
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
......@@ -121,7 +121,6 @@ e2e-test:
- dpkg -i google-chrome*.deb
# - node --version
- export JHI_E2E_HEADLESS=true
- export E2E_PASSWORD=aUCDc2gJ6Qq3cAgf8jUfwV69gnd5Sq
- npm run e2e --host=selenium__standalone-chrome
# sonar-analyze:
# stage: analyze
......
......@@ -13,7 +13,7 @@ exports.config = {
chromeOptions: {
args: process.env.JHI_E2E_HEADLESS
? ['--headless', '--disable-gpu', '--window-size=1920,1080', '--start-maximized', '--no-sandbox']
: ['--headless', '--disable-gpu', '--window-size=800,600'],
: ['--headless', '--disable-gpu', '--window-size=1920,1080', '--start-maximized'],
},
},
......
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