@eclipse-che/che-e2e 7.56.1-dev-3722260 → 7.56.1-dev-84eddb5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ export TS_SELENIUM_PASSWORD=${TS_SELENIUM_PASSWORD:-"admin"}
8
8
  export TS_SELENIUM_MULTIUSER=${TS_SELENIUM_MULTIUSER:-"true"}
9
9
  export TS_SELENIUM_W3C_CHROME_OPTION=${TS_SELENIUM_W3C_CHROME_OPTION:-"true"}
10
10
  export NODE_TLS_REJECT_UNAUTHORIZED=${NODE_TLS_REJECT_UNAUTHORIZED:-0}
11
- export TS_SELENIUM_EDITOR=${TS_SELENIUM_EDITOR:-"code"}
11
+ export TS_SELENIUM_EDITOR=${TS_SELENIUM_EDITOR:-"che-code"}
12
12
 
13
13
  if [ "$E2E_OCP_CLUSTER_VERSION" = "3.x" ] ; then
14
14
  unset TS_OCP_LOGIN_PAGE_PROVIDER_TITLE
@@ -9,11 +9,7 @@ launchAllUserstories(){
9
9
  echo "Launching all userstories";
10
10
  echo ""
11
11
 
12
- if [ "${TS_SELENIUM_EDITOR}" == "theia" ]; then
13
- npm run lint && npm run tsc && mocha --config mocha-all-devfiles-theia.json ;
14
- elif [ "${TS_SELENIUM_EDITOR}" == "code" ]; then
15
- npm run lint && npm run tsc && mocha --config mocha-all-devfiles-code.json ;
16
- fi
12
+ npm run lint && npm run tsc && mocha --config mocha-all-devfiles-${TS_SELENIUM_EDITOR}.json ;
17
13
  }
18
14
 
19
15
  launchSingleUserstory(){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-che/che-e2e",
3
- "version": "7.56.1-dev-3722260",
3
+ "version": "7.56.1-dev-84eddb5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {