-
Notifications
You must be signed in to change notification settings - Fork 449
feat(e2e): lazy app init + playwright sharding for integration tests #8019
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
Open
jacekradko
wants to merge
15
commits into
main
Choose a base branch
from
jacek/lazy-app-init-sharding
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e0d8337
feat(e2e): add file-based process lock utility
jacekradko 70989c1
feat(e2e): make longRunningApplication.init() lazy and idempotent
jacekradko 92c3c32
feat(e2e): remove eager app init from global setup
jacekradko c1496d7
feat(e2e): trigger lazy app init from testAgainstRunningApps
jacekradko 4e7c45d
feat(e2e): add PLAYWRIGHT_SHARD env var support to playwright config
jacekradko cbbf693
ci(repo): add playwright sharding for nextjs integration tests
jacekradko 50a5db7
fix: use correct format placeholder and remove redundant comment
jacekradko 72e025a
fix(e2e): propagate CLERK_FAPI and CLERK_TESTING_TOKEN to adopting wo…
jacekradko c877949
fix(e2e): guard destroy() and serialize state file writes
jacekradko 7170adb
fix(e2e): guard handshake test teardown when app init fails
jacekradko b356b03
merge: resolve conflicts with main
jacekradko 6f81c90
fix(e2e): guard parsePublishableKey null return and handshake teardown
jacekradko c3ea7df
style: format turbo.json
jacekradko 13d6761
Merge remote-tracking branch 'origin/main' into jacek/lazy-app-init-s…
jacekradko 6058294
fix(e2e): scope CLERK_FAPI/TESTING_TOKEN env vars to long-running-app…
jacekradko 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| --- | ||
| --- |
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.
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.