@testim/testim-cli 3.216.0 → 3.217.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.217.0",
|
|
4
4
|
"description": "Command line interface for running Testing on your CI",
|
|
5
5
|
"author": "Oren Rubin",
|
|
6
6
|
"contributors": [{
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"gulp-json-editor": "2.5.4",
|
|
25
25
|
"gulp-preprocess": "3.0.3",
|
|
26
26
|
"merge-stream": "2.0.0",
|
|
27
|
-
"mocha": "
|
|
27
|
+
"mocha": "9.2.0",
|
|
28
28
|
"nyc": "15.1.0",
|
|
29
29
|
"proxyquire": "2.1.3",
|
|
30
30
|
"request": "2.88.0",
|
|
31
31
|
"sinon": "9.0.2",
|
|
32
32
|
"sinon-chai": "3.7.0",
|
|
33
|
-
"ts-node": "
|
|
34
|
-
"tsconfig-paths": "3.
|
|
35
|
-
"typescript": "
|
|
33
|
+
"ts-node": "9.1.1",
|
|
34
|
+
"tsconfig-paths": "3.12.0",
|
|
35
|
+
"typescript": "4.5.5"
|
|
36
36
|
},
|
|
37
37
|
"lazyDependencies": {
|
|
38
38
|
"ngrok": "3.4.0",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@applitools/eyes-sdk-core": "12.23.12",
|
|
51
51
|
"@applitools/visual-grid-client": "15.8.31",
|
|
52
52
|
"@testim/coralogix-logger": "1.1.27-beta",
|
|
53
|
-
"@testim/webdriverio": "0.0.
|
|
53
|
+
"@testim/webdriverio": "0.0.5",
|
|
54
54
|
"abort-controller": "3.0.0",
|
|
55
|
-
"ajv": "6.12.
|
|
55
|
+
"ajv": "6.12.6",
|
|
56
56
|
"analytics-node": "5.0.0",
|
|
57
57
|
"appium-dom-utils": "1.0.6",
|
|
58
58
|
"archiver": "3.1.1",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"testim": "cli.js"
|
|
115
115
|
},
|
|
116
116
|
"scripts": {
|
|
117
|
-
"test": "IS_UNIT_TEST=1
|
|
118
|
-
"test:watch": "IS_UNIT_TEST=1
|
|
117
|
+
"test": "IS_UNIT_TEST=1 ../../node_modules/mocha/bin/_mocha --timeout 2000 --reporter spec --exit --recursive \"./src/**/*.test.js\" --exclude ./src/codim/template.js/tests/examples/**/*.test.js",
|
|
118
|
+
"test:watch": "IS_UNIT_TEST=1 ../../node_modules/mocha/bin/_mocha --timeout 2000 --exit --recursive \"./src/**/*.test.js\" --exclude ./src/codim/template.js/tests/examples/**/*.test.js --watch",
|
|
119
119
|
"test:cov": "nyc --reporter=lcov --reporter=text yarn test",
|
|
120
120
|
"upload-bundle-s3": "scripts/upload.js",
|
|
121
121
|
"prepare-version": "rm -rf ./deploy && mkdir -p deploy && gulp prepare-version-on-prem",
|
|
@@ -124,6 +124,6 @@
|
|
|
124
124
|
"pack-serve": "yarn pack-onprem && http-server deploy/"
|
|
125
125
|
},
|
|
126
126
|
"engines": {
|
|
127
|
-
"node": ">=
|
|
127
|
+
"node": ">= 12.0.0"
|
|
128
128
|
}
|
|
129
129
|
}
|