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

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

testing

parent 8676fb4a
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
......@@ -109,14 +109,14 @@ e2e-test:
# dependencies:
# - frontend-test
script:
- npm install
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- dpkg -i google-chrome*.deb
# - npm install
# - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
# - dpkg -i google-chrome*.deb
# - node --version
- export JHI_E2E_HEADLESS=true
- echo $E2E_PASSWORD
- echo "$E2E_PASSWORD"
- export E2E_PASSWORD=$E2E_PASSWORD
- npm run e2e --host=selenium__standalone-chrome
# - npm run e2e --host=selenium__standalone-chrome
# sonar-analyze:
# stage: analyze
# dependencies:
......
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