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

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

testing

parent 42f86ed8
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -112,11 +112,11 @@ e2e-test:
- npm install
- apt-get update
- apt-get install -y default-jre
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
- sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- apt-get install -y google-chrome-stable
# - apt-get install -y google-chrome-stable libxss1
# - node --version
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- curl -sS -o - https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
- apt install -y ./google-chrome-stable_current_amd64.deb
- export JHI_E2E_HEADLESS=true
- npm run e2e --host=selenium__standalone-chrome
# sonar-analyze:
......
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