Add Playwright E2E coverage for dashboard flows#298
Closed
saurabhhhcodes wants to merge 1 commit into
Closed
Conversation
|
Someone is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
Quick GSSoC label note: if this Playwright E2E coverage PR is accepted, could you please add The only visible remote blocker is Vercel team authorization. Locally, type-check/lint passed, and the test specs compile/list cleanly; the full browser run is blocked in this environment by the native Next SWC code-signing issue noted in the PR. |
Owner
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
E2E_TEST_AUTH_BYPASSdashboard path for non-production test runs so CI does not depend on real GitHub OAuth or Supabase stateCI passedgateFixes #236
Testing
npm run type-checkpassednpm run lintpassed with existing warnings inBadgeSection.tsxandCommitTimeChart.tsxnode /tmp/codex-npm-cli/bin/npm-cli.js exec -- playwright test --listpassed and listed 3 testsgit diff --checkpassedLocal environment note
npm run test:e2estarts the Next dev server, but this Codex macOS sandbox cannot load Next's native SWC binary because of a local code-signature validation error (ERR_DLOPEN_FAILED). The same repository already shows this SWC issue locally fornext build; the new Playwright CI job runs on Ubuntu and installs Chromium explicitly.GSSoC label request
This PR was opened for the assigned GSSoC issue #236. Please add the scoring labels when reviewing/merging:
gssoc:approvedlevel:advancedquality:cleantype:testing