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

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

testing

parent de36bfd1
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -103,6 +103,7 @@ before_script: ...@@ -103,6 +103,7 @@ before_script:
# needs: [] # needs: []
e2e-test: e2e-test:
image: node
services: services:
- selenium/standalone-chrome - selenium/standalone-chrome
stage: e2e stage: e2e
...@@ -110,9 +111,11 @@ e2e-test: ...@@ -110,9 +111,11 @@ e2e-test:
# dependencies: # dependencies:
# - frontend-test # - frontend-test
script: script:
# - apt-get update - apt-get update
# - apt-get install -y default-jre - apt-get install -y default-jre
- npm run e2e --host=selenium__standalone-chrome - apt-get install chromium-browser
- npm install
- npm run e2e
# sonar-analyze: # sonar-analyze:
# stage: analyze # stage: analyze
# dependencies: # 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