We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae354c9 commit d52c3c3Copy full SHA for d52c3c3
1 file changed
AGENTS.md
@@ -4,7 +4,7 @@
4
- When you create a new file, should use CRLF line endings and UTF-8 encoding.
5
6
## Testing
7
-- Run `Invoke-Pester -Tag Offilne`
+- Run `Invoke-Pester -Tag Offline` (All tests) or `Invoke-Pester -Tag Offline -Path <PathToTest>` (Specific test) to run the tests
8
- Ignore warning messages in tests. it's normal to have some warnings
9
- It will spend long time to run all tests, so run only the ones you need
10
- When you edit only comments, readme, or other non-code files, you can skip the tests
0 commit comments