@travetto/test 8.0.0-alpha.16 → 8.0.0-alpha.18
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/README.md +4 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -228,10 +228,11 @@ $ trv test --help
|
|
|
228
228
|
|
|
229
229
|
Usage: test [options] [first:string] [globs...:string]
|
|
230
230
|
|
|
231
|
-
|
|
231
|
+
Description:
|
|
232
|
+
Execute the test framework for targeted files, suites, or methods.
|
|
232
233
|
|
|
233
|
-
Supports glob-based discovery, import-based targeting, tag filtering, and
|
|
234
|
-
configurable output consumers for local and CI workflows.
|
|
234
|
+
Supports glob-based discovery, import-based targeting, tag filtering, and
|
|
235
|
+
configurable output consumers for local and CI workflows.
|
|
235
236
|
|
|
236
237
|
Options:
|
|
237
238
|
-f, --format <string> Output format for test results (default: "tap")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/test",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Declarative test framework",
|
|
6
6
|
"keywords": [
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"directory": "module/test"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@travetto/registry": "^8.0.0-alpha.
|
|
32
|
-
"@travetto/runtime": "^8.0.0-alpha.
|
|
33
|
-
"@travetto/terminal": "^8.0.0-alpha.
|
|
34
|
-
"@travetto/worker": "^8.0.0-alpha.
|
|
31
|
+
"@travetto/registry": "^8.0.0-alpha.18",
|
|
32
|
+
"@travetto/runtime": "^8.0.0-alpha.18",
|
|
33
|
+
"@travetto/terminal": "^8.0.0-alpha.18",
|
|
34
|
+
"@travetto/worker": "^8.0.0-alpha.18",
|
|
35
35
|
"yaml": "^2.9.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@travetto/cli": "^8.0.0-alpha.
|
|
39
|
-
"@travetto/transformer": "^8.0.0-alpha.
|
|
38
|
+
"@travetto/cli": "^8.0.0-alpha.25",
|
|
39
|
+
"@travetto/transformer": "^8.0.0-alpha.12"
|
|
40
40
|
},
|
|
41
41
|
"peerDependenciesMeta": {
|
|
42
42
|
"@travetto/transformer": {
|