@eclipse-che/che-e2e
Advanced tools
Comparing version 7.41.0-dev-6e259a3 to 7.41.0-dev-75c9a37
{ | ||
"name": "@eclipse-che/che-e2e", | ||
"version": "7.41.0-dev-6e259a3", | ||
"version": "7.41.0-dev-75c9a37", | ||
"description": "", | ||
@@ -10,23 +10,23 @@ "main": "dist/index.js", | ||
"test-docker-mount-e2e": "npm run cleanup-docker && docker run -it --shm-size=2g -p 5920:5920 --name selenium-e2e -e TS_SELENIUM_BASE_URL=$TS_SELENIUM_BASE_URL -v $(pwd):/tmp/e2e:Z eclipse/che-e2e:nightly", | ||
"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 lint && npm run tsc && mocha --opts mocha-devworkspace-happy-path.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": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha.json", | ||
"load-test": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-load.json", | ||
"test-happy-path": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-happy-path.json", | ||
"test-devworkspace-happy-path": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-devworkspace-happy-path.json", | ||
"test-wkspc-creation-and-ls": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-wkspc-creation-and-ls", | ||
"test-java-vertx": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-java-vertx.json", | ||
"test-git-ssh": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-git-ssh.json", | ||
"test-git-self-sign-cert": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-git-self-sign-cert.json", | ||
"test-git-publish-branch": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-git-publish-branch.json", | ||
"test-openshift-connector": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-connector.json", | ||
"test-all-devfiles": "./generateIndex.sh && ./initDevfileTests.sh", | ||
"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", | ||
"test-factory": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-factory.json", | ||
"test-all-factories": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-all-factories.json", | ||
"test-intelij": "tsc && mocha --config mocha.intelij.json", | ||
"test-oauth": "tsc && mocha --config mocha.ocp.link.json", | ||
"lint": "tslint --fix -p .", | ||
"tsc": "tsc -p .", | ||
"init-mocha-opts": "tsc && mocha --opts mocha-single-devfile.opts --spec dist/tests/login/Login.spec.js", | ||
"init-mocha-opts": "tsc && mocha --config mocha-single-devfile.json --spec dist/tests/login/Login.spec.js", | ||
"test-plugin": "./initPluginTest.sh", | ||
"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" | ||
"test-all-plugins": "tsc && mocha --config mocha-all-plugins.json" | ||
}, | ||
@@ -44,3 +44,3 @@ "author": "Ihor Okhrimenko (iokhrime@redhat.com)", | ||
"chromedriver": "95.0.0", | ||
"mocha": "7.1.1", | ||
"mocha": "^9.1.3", | ||
"rimraf": "2.6.2", | ||
@@ -47,0 +47,0 @@ "selenium-webdriver": "3.6.0", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
1493851
20251