@testim/testim-cli 4.3.2 → 4.3.3
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/cli.js +65 -65
- package/cli.js.map +4 -4
- package/npm-shrinkwrap.json +464 -274
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "Command line interface for running Testing on your CI",
|
|
5
5
|
"author": "Oren Rubin",
|
|
6
6
|
"contributors": [
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"multer": "1.4.5-lts.1"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@applitools/eyes-sdk-core": "13.11.
|
|
47
|
+
"@applitools/eyes-sdk-core": "13.11.32",
|
|
48
48
|
"@applitools/spec-driver-webdriverio": "1.4.29",
|
|
49
49
|
"@testim/coralogix-logger": "1.1.27-beta.1",
|
|
50
50
|
"abort-controller": "3.0.0",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"istanbul-reports": "3.1.5",
|
|
68
68
|
"jimp": "0.16.2",
|
|
69
69
|
"jsdom": "19.0.0",
|
|
70
|
-
"linkedom": "^0.14.25",
|
|
71
70
|
"jsonwebtoken": "9.0.0",
|
|
71
|
+
"linkedom": "^0.14.25",
|
|
72
72
|
"lodash": "4.17.21",
|
|
73
73
|
"memory-fs": "0.5.0",
|
|
74
74
|
"moment": "2.29.4",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"winston": "3.6.0",
|
|
99
99
|
"winston-transport": "4.5.0",
|
|
100
100
|
"ws": "8.5.0",
|
|
101
|
-
"xml2js": "0.
|
|
101
|
+
"xml2js": "0.5.0",
|
|
102
102
|
"yaml": "1.10.0"
|
|
103
103
|
},
|
|
104
104
|
"resolutions": {
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"make-onprem-deps": "cp ../../yarn.lock deploy && cd deploy && yarn install --production && bundle-deps",
|
|
122
122
|
"pack-onprem": "yarn prepare-version && yarn make-onprem-deps && cd deploy && npm pack && zip -r testim-cli.zip testim-cli-*.tgz",
|
|
123
123
|
"pack-serve": "yarn pack-onprem && http-server deploy/",
|
|
124
|
-
"self-test": "cd /tmp && DEBUG=self-test BUILD_MAX_MEMORY=4096 tsx /
|
|
124
|
+
"self-test": "cd /tmp && DEBUG=self-test BUILD_MAX_MEMORY=4096 tsx $(echo $GITHUB_WORKSPACE)/apps/runner/scripts/selfTest.ts"
|
|
125
125
|
},
|
|
126
126
|
"engines": {
|
|
127
127
|
"node": ">= 14.0.0"
|