@bigtest/cli
v0.23.0
Published
Use BigTest
Readme
@bigtest/cli
$ bigtest [all] [the] [ things]Synopsis
$ bigtest --helpDevelopment
To run commands during development, you can use the yarn start
followed by any arguments:
$ yarn start server --agent-server http://localhost:2400would be equivalent to running:
$ bigtest server --gent-server http://localhost:2400with a version deployed from NPM
Tests
To run the tests:
$ yarn test