Add per-action test suites (baseline before consolidation)#2
Open
Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
Open
Add per-action test suites (baseline before consolidation)#2Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
Conversation
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wires each folded action''s own tests into PSMA CI, so we have a green baseline before the script consolidation (step 5). Replaces the template''s placeholder greeting test in
Action-Test.ymlwith one job per action, each keeping the test approach it used as a standalone repo — adapted to its subfolder (uses: ./<Action>, test/scenario/fixture paths prefixed).Jobs
Invoke-Pesteron./Resolve-PSModuleVersion/tests(the 188-test version logic; the main safety net for step 5).Helpersmodule, runs its two regression scripts.The 5 actions with no unit tests (Build/Document/Publish/Get-PesterCodeCoverage/Get-PesterTestResults) remain covered by the end-to-end pipeline (proven green via MariusTestModule).
Once this is green, step 5 (shared
PSMAmodule +main.ps1dispatcher) refactors under a passing suite. Tracking: PSModule/Process-PSModule#384 · closes the "colocated tests" goal of #347.