Skip to content

Commit 8297aee

Browse files
committed
Update docs
1 parent 663ace7 commit 8297aee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/testing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ task unit-test # Run unit tests only
2020
task integration-test # Run integration tests only
2121
```
2222

23+
If you'd like to exclude tests that are marked a certain way, you can pass additional details to the above tasks, for instance:
24+
25+
```bash
26+
task test -- "not slow" # Skip slow tests
27+
```
28+
2329
### What Template Tests Cover
2430

2531
- **Generation Validation**: Tests with various input combinations to ensure valid project generation

0 commit comments

Comments
 (0)