diff --git a/tests/README.md b/tests/README.md index e3f7f41a..5d4bb2de 100644 --- a/tests/README.md +++ b/tests/README.md @@ -23,3 +23,11 @@ yarn test By default, the `dagger` binary is expected to be found in `../cmd/dagger/dagger` relative to the `tests` directory. If you need to change this, pass along `DAGGER_BINARY=somewhere/dagger` + +## Run a single test + +To run a single test: + +```shell +make && ./tests/node_modules/.bin/bats "./tests/.bats" -f "" +```