@@ -18,7 +18,7 @@ $ npm install -g @vtex/cli-plugin-test
1818$ oclif-example COMMAND
1919running command...
2020$ oclif-example (-v| --version| version)
21- @vtex/cli-plugin-test/0 .0.5 linux-x64 node-v12.18.3
21+ @vtex/cli-plugin-test/1 .0.4 linux-x64 node-v12.22.6
2222$ oclif-example --help [COMMAND]
2323USAGE
2424 $ oclif-example COMMAND
@@ -36,39 +36,39 @@ Run your VTEX app's integration tests
3636
3737```
3838USAGE
39- $ oclif-example test: e2e
39+ $ oclif-example test e2e
4040
4141OPTIONS
42- -h, --help show CLI help
42+ -h, --help Shows this help message.
4343 -r, --report=report Check the results and state of a previously started test given its ID
4444
4545 -t, --token [Not recommended] Send your personal authorization token to your test session so it's available
4646 while running the tests. It can be dangerous because exposes the token via 'authToken'
4747 environment variable
4848
49- -v, --verbose Show debug level logs
49+ -v, --verbose Shows debug level logs.
5050
5151 -w, --workspace Test workspace's apps
5252
53- --trace Ensure all requests to VTEX IO are traced
53+ --trace Ensures all requests to VTEX IO are traced.
5454```
5555
56- _ See code: [ build/commands/test/e2e.ts] ( https://github.com/vtex/cli-plugin-test/blob/v0 .0.5 /build/commands/test/e2e.ts ) _
56+ _ See code: [ build/commands/test/e2e.ts] ( https://github.com/vtex/cli-plugin-test/blob/v1 .0.4 /build/commands/test/e2e.ts ) _
5757
5858## ` oclif-example test:unit `
5959
6060Run your VTEX app unit tests
6161
6262```
6363USAGE
64- $ oclif-example test: unit
64+ $ oclif-example test unit
6565
6666OPTIONS
67- -h, --help show CLI help
67+ -h, --help Shows this help message.
6868 -u, --unsafe Allow tests with Typescript errors
69- -v, --verbose Show debug level logs
70- --trace Ensure all requests to VTEX IO are traced
69+ -v, --verbose Shows debug level logs.
70+ --trace Ensures all requests to VTEX IO are traced.
7171```
7272
73- _ See code: [ build/commands/test/unit.ts] ( https://github.com/vtex/cli-plugin-test/blob/v0 .0.5 /build/commands/test/unit.ts ) _
73+ _ See code: [ build/commands/test/unit.ts] ( https://github.com/vtex/cli-plugin-test/blob/v1 .0.4 /build/commands/test/unit.ts ) _
7474<!-- commandsstop -->
0 commit comments