feat: add E2E NUT tests for webapp dev command @W-21111429@#32
Merged
deepu-mungamuri94 merged 7 commits intomainfrom Mar 17, 2026
Merged
feat: add E2E NUT tests for webapp dev command @W-21111429@#32deepu-mungamuri94 merged 7 commits intomainfrom
deepu-mungamuri94 merged 7 commits intomainfrom
Conversation
- Add Tier 1 (no auth) and Tier 2 (CLI validation) tests for dev.nut.ts - Add devPort.nut.ts for --port and --proxy-port flag tests - Add devWithUrl.nut.ts for --url, proxy detection, and Vite integration tests - Add shared helpers: devServerUtils (spawn, port reservation) and webappProjectUtils - Add _cleanup.nut.ts for test session cleanup - Add .env.template for NUT credentials (TESTKIT_AUTH_URL, etc.) - Update GitHub Actions to run NUTs on ubuntu-latest and windows-latest - Fix Windows CI: use spawnWebappDev, taskkill, --sfdx-url-file auth - Extend dev.ts to support OPEN_BROWSER=false for headless test runs Made-with: Cursor
c00ad4e to
aa3c6f2
Compare
…tyle) Made-with: Cursor
…meout Made-with: Cursor
…uggestion Made-with: Cursor
…not specific install text Made-with: Cursor
amritmishra-sf
approved these changes
Mar 17, 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.
Add comprehensive end-to-end NUT (non-unit test) coverage for the
sf webapp devcommand across three tiers:Test infrastructure:
Bug fix (source):
What does this PR do?
E2E Testing enabled.
What issues does this PR fix or reference?
@W-21111429@