We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663ace7 commit 8297aeeCopy full SHA for 8297aee
1 file changed
docs/testing.md
@@ -20,6 +20,12 @@ task unit-test # Run unit tests only
20
task integration-test # Run integration tests only
21
```
22
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
29
### What Template Tests Cover
30
31
- **Generation Validation**: Tests with various input combinations to ensure valid project generation
0 commit comments