forked from toolshed/docs.coopcloud.tech
docs: tip to run recipe related tests
This commit is contained in:
parent
58fefdd1d3
commit
8b74678c7d
@ -91,6 +91,12 @@ You can run a specific file.
|
|||||||
bats -Tp tests/integration/autocomplete.bats
|
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.
|
You can filter on test names to run specific kinds of tests.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user