-
Add a GH Action that runs pester tests against `eng/scripts`
-
A small test suite of Pester tests would be helpful to see if code changes break existing code. I can provide a basic suite of Pester test cases on my Fork. We can use Pester for both integration test…
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
### Summary of the new feature / enhancement
A user suggested integrating tests into PSU. It would allow associating test files with resources (scripts, apis, app, etc) and then have some nice report…
-
### Checklist
- [X] Feature request has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using …
-
AzPolicyTest produces an output file even though the `-OutputFile` parameter isn't specified.
Seems it's because a default Pester configuration file has a value TestResult.OutputPath. Example:
`…
-
@LaurentDardenne question, tu avais les ecrits les tests dans quelle version de pester ???
parce que la quand je lance le build.ps1 il crash !
```
System.Management.Automation.RuntimeException: No …
-
Is there it possible to refresh the RFC cache less often, or not at all? Is there a flag that I could then pester @martinthomson to add to his tooling?
-
# 💡 Summary #
Write unit tests for all the code in the workflows.
## Motivation and context ##
All code should be tested to prevent unknown problems from biting us unexpectedly (which has happened)…
-
### Description of the new feature / enhancement
As contributor, I want to test DSC resources cross-platform through Azure Pipelines to ensure quality.
### Proposed technical implementation details…