Update in-codebase documentation for E2E tests#6355
Merged
Conversation
florelis
previously approved these changes
Jul 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the in-repo E2E test documentation and defaults so developers (and automation) have a clearer, more complete set of TestRunParameters for AppInstallerCLIE2ETests.
Changes:
- Expand
Test.runsettingsto include additional E2E parameters (e.g., local server cert, in-proc testbed, forced experimental features). - Update the E2E README to document the added parameters and show them in the example configuration.
- Add a Copilot instruction file to keep
TestSetup.cs,README.md, andTest.runsettingsparameter docs in sync, and ignore developer-local.runsettingsfiles by default.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/AppInstallerCLIE2ETests/Test.runsettings |
Adds/renames documented E2E run parameters and updates default parameter entries. |
src/AppInstallerCLIE2ETests/README.md |
Documents additional E2E runsettings parameters and updates the example snippet. |
.gitignore |
Ignores developer-specific *.runsettings while keeping the tracked example runsettings file. |
.github/instructions/e2e-test-setup-parameters.instructions.md |
Adds guidance to update parameter docs in README and Test.runsettings when modifying TestSetup.cs. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
florelis
approved these changes
Jul 14, 2026
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.
📖 Description
Adds documentation for some E2E test settings that was missing
🔗 References
🔍 Validation
Copilot source code review
✅ Checklist
📋 Issue Type
Microsoft Reviewers: Open in CodeFlow