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

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

testing

parent 6902285e
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -114,7 +114,6 @@ e2e-test: ...@@ -114,7 +114,6 @@ e2e-test:
- apt-get update - apt-get update
- apt-get install -y default-jre - apt-get install -y default-jre
- apt-get install chromium -y - apt-get install chromium -y
- npm install
- npm run e2e - npm run e2e
# sonar-analyze: # sonar-analyze:
# stage: analyze # stage: analyze
......
...@@ -19,7 +19,8 @@ exports.config = { ...@@ -19,7 +19,8 @@ exports.config = {
directConnect: true, directConnect: true,
baseUrl: process.env.baseUrl ? process.env.baseUrl : 'http://localhost:8080/', // baseUrl: process.env.baseUrl ? process.env.baseUrl : 'http://localhost:8080/',
baseUrl: 'http://localhost:8080/',
framework: 'mocha', framework: 'mocha',
......
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