46b8b92002
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
16 lines
295 B
Markdown
16 lines
295 B
Markdown
# Testing
|
|
|
|
## TL;DR
|
|
|
|
```
|
|
# Install dependancies
|
|
yarn --cwd install
|
|
|
|
# Run all tests
|
|
yarn --cwd 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`
|