@testspectra/cli 1.0.55 → 1.0.56
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 +2 -2
- package/templates/default/package.json +1 -1
- package/templates/default/tsconfig.spectra.android.json +10 -1
- package/templates/default/tsconfig.spectra.ios.json +10 -1
- package/templates/default/tsconfig.spectra.json +12 -4
- package/templates/default/tsconfig.spectra.web.json +10 -1
- package/templates/nx/package.json +1 -1
- package/templates/nx/tsconfig.spectra.android.json +10 -1
- package/templates/nx/tsconfig.spectra.ios.json +10 -1
- package/templates/nx/tsconfig.spectra.json +15 -5
- package/templates/nx/tsconfig.spectra.shared.json +10 -1
- package/templates/nx/tsconfig.spectra.web.json +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testspectra/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.56",
|
|
4
4
|
"description": "TestSpectra Zero-Config Cross-Platform Test Runner CLI",
|
|
5
5
|
"main": "./dist/plugin.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@clack/prompts": "^1.7.0",
|
|
34
|
-
"@testspectra/matchers": "^1.0.
|
|
34
|
+
"@testspectra/matchers": "^1.0.56",
|
|
35
35
|
"chalk": "^5.3.0",
|
|
36
36
|
"commander": "^12.1.0",
|
|
37
37
|
"dotenv": "^16.4.5",
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/android.d.ts",
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/ios.d.ts",
|
|
@@ -7,13 +7,21 @@
|
|
|
7
7
|
"strict": true,
|
|
8
8
|
"noEmit": true,
|
|
9
9
|
"plugins": [
|
|
10
|
-
{
|
|
10
|
+
{
|
|
11
|
+
"name": "@testspectra/cli"
|
|
12
|
+
}
|
|
11
13
|
]
|
|
12
14
|
},
|
|
13
15
|
"files": [],
|
|
14
16
|
"references": [
|
|
15
|
-
{
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
{
|
|
18
|
+
"path": "./tsconfig.spectra.web.json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"path": "./tsconfig.spectra.android.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "./tsconfig.spectra.ios.json"
|
|
25
|
+
}
|
|
18
26
|
]
|
|
19
27
|
}
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/web.d.ts",
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/android.d.ts",
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/ios.d.ts",
|
|
@@ -7,14 +7,24 @@
|
|
|
7
7
|
"strict": true,
|
|
8
8
|
"noEmit": true,
|
|
9
9
|
"plugins": [
|
|
10
|
-
{
|
|
10
|
+
{
|
|
11
|
+
"name": "@testspectra/cli"
|
|
12
|
+
}
|
|
11
13
|
]
|
|
12
14
|
},
|
|
13
15
|
"files": [],
|
|
14
16
|
"references": [
|
|
15
|
-
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{
|
|
17
|
+
{
|
|
18
|
+
"path": "./tsconfig.spectra.shared.json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"path": "./tsconfig.spectra.web.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "./tsconfig.spectra.android.json"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "./tsconfig.spectra.ios.json"
|
|
28
|
+
}
|
|
19
29
|
]
|
|
20
30
|
}
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/shared/common.d.ts",
|
|
@@ -7,7 +7,16 @@
|
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"skipLibCheck": true,
|
|
9
9
|
"strict": true,
|
|
10
|
-
"types": [
|
|
10
|
+
"types": [
|
|
11
|
+
"node",
|
|
12
|
+
"@wdio/globals/types",
|
|
13
|
+
"@wdio/mocha-framework"
|
|
14
|
+
],
|
|
15
|
+
"plugins": [
|
|
16
|
+
{
|
|
17
|
+
"name": "@testspectra/cli"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
11
20
|
},
|
|
12
21
|
"include": [
|
|
13
22
|
".testspectra/types/web.d.ts",
|