-
Notifications
You must be signed in to change notification settings - Fork 0
π[Feature]: Test Setup & Teardown Support for GitHub Actions Workflows #191
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
0aa2dfc
Initial plan
Copilot 4d3f4ff
Add BeforeAll and AfterAll job support for Test-ModuleLocal workflows
Copilot 9eeb8c7
Add additional test BeforeAll/AfterAll scripts for comprehensive testing
Copilot 2a30035
Add documentation for BeforeAll/AfterAll setup and teardown scripts
Copilot 2027a0b
Rework BeforeAll/AfterAll to use PowerShell-based steps
Copilot 92d0958
Update documentation for PowerShell-based BeforeAll/AfterAll implemenβ¦
Copilot fdfea9e
Merge branch 'main' into copilot/fix-169
MariusStorhaug 7b69fe7
Implement separate BeforeAll/AfterAll jobs with conditional execution
Copilot 87ac2eb
Update documentation to reflect separate BeforeAll/AfterAll job archiβ¦
Copilot f6fef54
Move BeforeAll/AfterAll jobs into Test-ModuleLocal workflow and removβ¦
Copilot 3e25e4c
Move matrix strategy into Test-ModuleLocal workflow and update callinβ¦
Copilot 0ffc613
feat: Add PowerShell scripts for setup and agent context management
MariusStorhaug c9151a8
feat: Update constitution and implementation plan with expanded guidaβ¦
MariusStorhaug 849ff31
chore: Update constitution version reference in plan template to v1.1.2
MariusStorhaug bfee666
chore: Update plan template to reference Constitution v1.3.0
MariusStorhaug e5077eb
feat: Update constitution to reflect new repository structure and autβ¦
MariusStorhaug 205fb8b
feat: Add feature specification for local GitHub composite action to β¦
MariusStorhaug 385c238
feat: Add quickstart guide for setup-test composite action integration
MariusStorhaug f02098b
feat: Enhance documentation for BeforeAll/AfterAll scripts to clarifyβ¦
MariusStorhaug 7e67478
feat: Update documentation for BeforeAll/AfterAll scripts to clarify β¦
MariusStorhaug 5bb6eee
feat: Enhance BeforeAll/AfterAll documentation and update task numbering
MariusStorhaug 97d7a9f
feat: Add BeforeAll and AfterAll scripts for Environments and remove β¦
MariusStorhaug bbdf695
Dedub envs
MariusStorhaug 1e6248b
Fix linter
MariusStorhaug d5fd598
Disable BIOME
MariusStorhaug 7c35d66
Fix powershell files
MariusStorhaug 520af2e
Linting
MariusStorhaug a8791ef
Fix linters
MariusStorhaug 71d19b6
fix linting
MariusStorhaug af3b34c
fix: Correct terminology in documentation for clarity and consistency
MariusStorhaug 9cf348a
Merge branch '001-building-on-this' of https://github.com/PSModule/Prβ¦
MariusStorhaug b2e6ebc
Fix MD
MariusStorhaug ec576d6
fix: Enhance analyze prompt with additional structure and clarity in β¦
MariusStorhaug 17fa58d
fix: Improve formatting and clarity in prompt documentation
MariusStorhaug 2f0508f
fix: Standardize behavior rules for clarification question handling
MariusStorhaug 74dfcbc
fix: Add section headers to prompt documentation for improved clarity
MariusStorhaug e1a33f2
fix: Update links and section title for clarity in constitution documβ¦
MariusStorhaug c219559
fix: Improve formatting and clarity in template files by standardizinβ¦
MariusStorhaug 827d022
fix: Enhance documentation clarity and formatting across multiple filβ¦
MariusStorhaug 9216aaf
fix: Improve documentation formatting by removing unnecessary code blβ¦
MariusStorhaug d8da82d
fix: Correct capitalization of 'GitHub' in documentation for consistency
MariusStorhaug 4e957db
fix: Correct capitalization of 'API' in execution flow documentation β¦
MariusStorhaug 879e315
Remove backup and original Draw.io files for the flow diagram to cleaβ¦
MariusStorhaug f938d45
Update tests/srcWithManifestTestRepo/tests/BeforeAll.ps1
MariusStorhaug 4ef34b4
fix: Simplify BeforeAll and AfterAll script execution in workflows byβ¦
MariusStorhaug b9ffbd7
feat: Add BeforeAll and AfterAll steps for module local testing in CIβ¦
MariusStorhaug 764667a
Merge branch '001-building-on-this' of https://github.com/PSModule/Prβ¦
MariusStorhaug 552793f
fix: Restore TestName input in CI workflows for consistency
MariusStorhaug 6e7132e
fix: Swap TestName and Name inputs in workflow for clarity and consisβ¦
MariusStorhaug 07457de
fix: Update TestPath and TestName inputs to be optional with default β¦
MariusStorhaug 3c6e9b3
fix: Update job name in Test-ModuleLocal workflow to use RunsOn inputβ¦
MariusStorhaug deded99
Remove research, specification, and task documents for the local GitHβ¦
MariusStorhaug 48dd4d5
fix: Remove unnecessary Push-Location and Pop-Location calls in Beforβ¦
MariusStorhaug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move matrix strategy into Test-ModuleLocal workflow and update callinβ¦
β¦g workflows Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
- Loading branch information
commit 3e25e4cbb5ef21b3af84a174ae7e3ccc2dda04ae
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.