1.4.3 • Published 4 years ago
@dscribers/testsoothe-cli v1.4.3
testsoothe-cli
A command-line utility app for TestSoothe.
Installation
yarn global add @dscribers/testsoothe-cliUsage
See https://docs.testsoothe.com/runner/cli.html for usage.
Development
You need Docker and Docker compose.
- Clone library
- CD into the library directory
- Copy
.env.exampleto.env - Update variables in
.env - Run
docker-compose up -d - Run
docker-compose exec cli yarn - Run
docker-compose exec cli yarn link - Access cli as
docker-compose exec cli testsoothe [command]