1.0.4 • Published 3 years ago

@vtex/cli-plugin-test v1.0.4

Weekly downloads
939
License
MIT
Repository
github
Last release
3 years ago

cli-plugin-test

vtex plugin test

oclif npm

Usage

$ npm install -g @vtex/cli-plugin-test
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@vtex/cli-plugin-test/1.0.4-beta linux-x64 node-v12.22.6
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example test:e2e

Run your VTEX app's integration tests

USAGE
  $ oclif-example test e2e

OPTIONS
  -h, --help           Shows this help message.
  -r, --report=report  Check the results and state of a previously started test given its ID

  -t, --token          [Not recommended] Send your personal authorization token to your test session so it's available
                       while running the tests. It can be dangerous because exposes the token via 'authToken'
                       environment variable

  -v, --verbose        Shows debug level logs.

  -w, --workspace      Test workspace's apps

  --trace              Ensures all requests to VTEX IO are traced.

See code: build/commands/test/e2e.ts

oclif-example test:unit

Run your VTEX app unit tests

USAGE
  $ oclif-example test unit

OPTIONS
  -h, --help     Shows this help message.
  -u, --unsafe   Allow tests with Typescript errors
  -v, --verbose  Shows debug level logs.
  --trace        Ensures all requests to VTEX IO are traced.

See code: build/commands/test/unit.ts