@eclipse-che/che-e2e 7.40.1-dev-7e70384 → 7.40.1-dev-c99b14e
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.
- package/mocha-all-devfiles.json +12 -0
- package/mocha-all-factories.json +12 -0
- package/mocha-all-plugins.json +11 -0
- package/mocha-connector.json +9 -0
- package/mocha-devworkspace-happy-path.json +11 -0
- package/mocha-factory.json +11 -0
- package/mocha-git-publish-branch.json +11 -0
- package/mocha-git-self-sign-cert.json +11 -0
- package/mocha-git-ssh.json +11 -0
- package/mocha-happy-path.json +12 -0
- package/mocha-java-vertx.json +9 -0
- package/mocha-load.json +9 -0
- package/mocha-single-devfile.json +8 -0
- package/mocha-wkspc-creation-and-ls.json +9 -0
- package/mocha.intelij.json +9 -0
- package/mocha.json +8 -0
- package/mocha.ocp.link.json +8 -0
- package/mocha.single.plugin.json +7 -0
- package/package.json +2 -2
- package/mocha-all-devfiles.opts +0 -8
- package/mocha-all-factories.opts +0 -8
- package/mocha-all-plugins.opts +0 -7
- package/mocha-connector.opts +0 -7
- package/mocha-devworkspace-happy-path.opts +0 -7
- package/mocha-factory.opts +0 -7
- package/mocha-git-publish-branch.opts +0 -7
- package/mocha-git-self-sign-cert.opts +0 -7
- package/mocha-git-ssh.opts +0 -7
- package/mocha-happy-path.opts +0 -8
- package/mocha-java-vertx.opts +0 -7
- package/mocha-load.opts +0 -7
- package/mocha-single-devfile.opts +0 -6
- package/mocha-wkspc-creation-and-ls.opts +0 -7
- package/mocha.intelij.opts +0 -7
- package/mocha.ocp.link.opts +0 -6
- package/mocha.opts +0 -7
- package/mocha.single.plugin.opts +0 -5
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timeout": "2200000",
|
|
3
|
+
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
+
"ui": "tdd",
|
|
5
|
+
"full-trace": true,
|
|
6
|
+
"require": "source-map-support/register",
|
|
7
|
+
"spec": [
|
|
8
|
+
"dist/tests/login/Login.spec.js",
|
|
9
|
+
"dist/tests/devfiles/*.spec.js",
|
|
10
|
+
"dist/tests/e2e/FactoryUrl.spec.js"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timeout": "2200000",
|
|
3
|
+
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
+
"ui": "tdd",
|
|
5
|
+
"bail": true,
|
|
6
|
+
"full-trace": true,
|
|
7
|
+
"require": "source-map-support/register",
|
|
8
|
+
"spec": [
|
|
9
|
+
"dist/tests/login/Login.spec.js",
|
|
10
|
+
"dist/tests/e2e/factories/*.spec.js"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timeout": "2200000",
|
|
3
|
+
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
+
"ui": "tdd",
|
|
5
|
+
"full-trace": true,
|
|
6
|
+
"require": "source-map-support/register",
|
|
7
|
+
"spec": [
|
|
8
|
+
"dist/tests/login/Login.spec.js",
|
|
9
|
+
"dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timeout": "2200000",
|
|
3
|
+
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
+
"ui": "tdd",
|
|
5
|
+
"bail": true,
|
|
6
|
+
"full-trace": true,
|
|
7
|
+
"require": "source-map-support/register",
|
|
8
|
+
"spec": [
|
|
9
|
+
"dist/tests/login/Login.spec.js",
|
|
10
|
+
"dist/tests/e2e_happy_path/HappyPath.spec.js"
|
|
11
|
+
]
|
|
12
|
+
}
|
package/mocha-load.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timeout": "1200000",
|
|
3
|
+
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
+
"ui": "tdd",
|
|
5
|
+
"bail": true,
|
|
6
|
+
"full-trace": true,
|
|
7
|
+
"support": "source-map-support/register",
|
|
8
|
+
"spec": ["./dist/tests/login/Login.spec.js", "./dist/tests/intelij/IntelijOpenWorkspace.spec.js"]
|
|
9
|
+
}
|
package/mocha.json
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-che/che-e2e",
|
|
3
|
-
"version": "7.40.1-dev-
|
|
3
|
+
"version": "7.40.1-dev-c99b14e",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"axios": "0.21.2",
|
|
41
41
|
"chai": "4.2.0",
|
|
42
42
|
"chromedriver": "95.0.0",
|
|
43
|
-
"mocha": "
|
|
43
|
+
"mocha": "^9.1.3",
|
|
44
44
|
"rimraf": "2.6.2",
|
|
45
45
|
"selenium-webdriver": "3.6.0",
|
|
46
46
|
"ts-node": "8.0.3",
|
package/mocha-all-devfiles.opts
DELETED
package/mocha-all-factories.opts
DELETED
package/mocha-all-plugins.opts
DELETED
package/mocha-connector.opts
DELETED
package/mocha-factory.opts
DELETED
package/mocha-git-ssh.opts
DELETED
package/mocha-happy-path.opts
DELETED
package/mocha-java-vertx.opts
DELETED
package/mocha-load.opts
DELETED
package/mocha.intelij.opts
DELETED
package/mocha.ocp.link.opts
DELETED
package/mocha.opts
DELETED