-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc updates to docs #309
base: main
Are you sure you want to change the base?
Misc updates to docs #309
Conversation
Pending release of Pester 5.6.0 and matching command ref update. |
- Automatic Code coverage via -CI switch currently disabled as it's slow. Can still be enabled using configuration, but is largely untested. | ||
- Generating tests using foreach during discovery time works mostly, generating them from BeforeAll, to postpone expensive work till it is needed in case the test is filtered out also works, but is hacky. Get in touch if you need it and help me refine it. | ||
- Running on huge codebases is largely untested | ||
- Automatic Code coverage via -CI switch currently disabled as it's slow. Can still be enabled using configuraitonis largely untested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment about being untested?
Ready for review. Pester 5.6.0 released. Command ref updated in #314 |
Review still wanted. Marking as draft until #316 is merged as it's easier to rebase this. |
Co-Authored-By: Matthew Harrah <[email protected]>
Minor updates to docs.
Set-ItResult
on Skip-page and removes warning about missing Inconclusive (Handle tests marked as inconclusive Pester#2405)