@testim/testim-cli 3.304.0 → 4.0.0-beta.1
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 +88 -88
- package/cli.js.map +4 -4
- package/package.json +3 -2
- package/npm-shrinkwrap.json +0 -21864
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta.1",
|
|
4
4
|
"description": "Command line interface for running Testing on your CI",
|
|
5
5
|
"author": "Oren Rubin",
|
|
6
6
|
"contributors": [
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@applitools/eyes-sdk-core": "13.11.29",
|
|
48
|
+
"@applitools/spec-driver-webdriverio": "1.4.29",
|
|
48
49
|
"@testim/coralogix-logger": "1.1.27-beta.1",
|
|
49
50
|
"@testim/webdriverio": "0.0.8",
|
|
50
51
|
"abort-controller": "3.0.0",
|
|
@@ -130,4 +131,4 @@
|
|
|
130
131
|
"engines": {
|
|
131
132
|
"node": ">= 14.0.0"
|
|
132
133
|
}
|
|
133
|
-
}
|
|
134
|
+
}
|