docs: tip to run recipe related tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-09-21 10:32:35 +02:00
parent 58fefdd1d3
commit 8b74678c7d
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,12 @@ You can run a specific file.
bats -Tp tests/integration/autocomplete.bats
```
For example, if you want to check that all `abra recipe ...` tests remain working.
```
bats -Tp tests/integration/recipe_*
```
You can filter on test names to run specific kinds of tests.
```