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

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

testing

parent 793b342d
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"docker:others:down": "npm run docker:elasticsearch:down", "docker:others:down": "npm run docker:elasticsearch:down",
"predocker:others:up": "", "predocker:others:up": "",
"docker:others:up": "npm run docker:elasticsearch:up", "docker:others:up": "npm run docker:elasticsearch:up",
"e2e": "export JHI_E2E_HEADLESS=true; protractor --baseUrl='http://localhost:8080/' src/test/javascript/protractor.conf.js --disableChecks", "e2e": "export JHI_E2E_HEADLESS=true; protractor --baseUrl='https://dev-exchange.codeability-austria.uibk.ac.at/' src/test/javascript/protractor.conf.js --disableChecks",
"e2e:ci": "export E2E_PASSWORD=aUCDc2gJ6Qq3cAgf8jUfwV69gnd5Sq ; protractor --baseUrl='https://dev-exchange.codeability-austria.uibk.ac.at/' src/test/javascript/protractor.conf.js --disableChecks", "e2e:ci": "export E2E_PASSWORD=aUCDc2gJ6Qq3cAgf8jUfwV69gnd5Sq ; protractor --baseUrl='https://dev-exchange.codeability-austria.uibk.ac.at/' src/test/javascript/protractor.conf.js --disableChecks",
"e2e:update-webdriver": "webdriver-manager update --gecko false", "e2e:update-webdriver": "webdriver-manager update --gecko false",
"postinstall": "npm run e2e:update-webdriver", "postinstall": "npm run e2e:update-webdriver",
......
...@@ -19,8 +19,7 @@ exports.config = { ...@@ -19,8 +19,7 @@ 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