From 1bafb1ab31fcc7d7d6cfb328000b458afe15a92f Mon Sep 17 00:00:00 2001 From: musienko maksym Date: Mon, 20 Sep 2021 10:40:23 +0300 Subject: [PATCH] revert changes --- tests/e2e/package.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 243ea36da7f2..556a53767000 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -10,24 +10,16 @@ "test": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha.opts", "load-test": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-load.opts", "test-happy-path": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-happy-path.opts", - "test-devworkspace-happy-path": "./generateIndex.sh && npm run tsc && mocha --opts mocha-devworkspace-happy-path.opts", + "test-operatorhub-subscription": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-che-subscribe-operator.opts", + "test-operatorhub-installation": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-che-operatorhub.opts", "test-wkspc-creation-and-ls": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-wkspc-creation-and-ls.opts", "test-java-vertx": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-java-vertx.opts", "test-git-ssh": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-git-ssh.opts", - "test-git-self-sign-cert": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-git-self-sign-cert.opts", - "test-git-publish-branch": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-git-publish-branch.opts", "test-openshift-connector": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-connector.opts", - "test-all-devfiles": "./generateIndex.sh && ./initDevfileTests.sh", + "test-all-devfiles": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-all-devfiles.opts", "test-factory": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-factory.opts", - "test-all-factories": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-all-factories.opts", - "test-intelij": "tsc && mocha --opts mocha.intelij.opts", - "test-oauth": "tsc && mocha --opts mocha.ocp.link.opts", "lint": "tslint --fix -p .", - "tsc": "tsc -p .", - "init-mocha-opts": "tsc && mocha --opts mocha-single-devfile.opts --spec dist/tests/login/Login.spec.js", - "test-plugin": "npm run init-mocha-opts -- --spec dist/tests/plugins/${USERSTORY}.spec.js", - "test-plugin-ci": "export TS_DELETE_PLUGINS_TEST_WORKSPACE=false && npm run init-mocha-opts -- --spec dist/tests/plugins/${USERSTORY}.spec.js", - "test-all-plugins": "tsc && mocha --opts mocha-all-plugins.opts" + "tsc": "tsc -p ." }, "author": "Ihor Okhrimenko (iokhrime@redhat.com)", "license": "ISC", @@ -37,16 +29,16 @@ "@types/node": "11.13.4", "@types/rimraf": "2.0.2", "@types/selenium-webdriver": "3.0.16", - "axios": "0.21.1", + "axios": "0.18.1", "chai": "4.2.0", - "chromedriver": "^93.0.1", + "chromedriver": "80.0.1", "mocha": "7.1.1", "rimraf": "2.6.2", "selenium-webdriver": "3.6.0", "ts-node": "8.0.3", "tslint": "5.10.0", "typed-rest-client": "1.2.0", - "typescript": "3.9.9" + "typescript": "3.4.3" }, "dependencies": { "@eclipse-che/api": "7.5.0-SNAPSHOT",