forked from toolshed/docs.coopcloud.tech
		
	docs: tip to run recipe related tests
This commit is contained in:
		@ -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.
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user