ci: run every package's Playwright suite - #27
Open
Wondertan wants to merge 2 commits into
Open
Conversation
Wondertan
force-pushed
the
ci/popup-e2e
branch
from
September 3, 2026 16:40
a2852d1 to
1df1d02
Compare
Wondertan
force-pushed
the
ci/popup-e2e
branch
from
September 3, 2026 16:44
1df1d02 to
ee7504d
Compare
Wondertan
force-pushed
the
feat/popup-package
branch
from
September 3, 2026 19:18
eca17ff to
fdf6b5c
Compare
Wondertan
force-pushed
the
ci/popup-e2e
branch
3 times, most recently
from
September 3, 2026 19:26
002d1f8 to
61e07d0
Compare
Adds a "Browser tests" job that runs `test:e2e:install` and then `test:e2e` in every package that defines them, each against its own local server; packages without a suite are skipped, so the job is a no-op until one lands. Nothing is added to the workspace root. Assisted-by: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_012SVAaP3Z7Haz18WJBjCZAw Signed-off-by: Wondertan <hlibwondertan@gmail.com>
Wondertan
force-pushed
the
ci/popup-e2e
branch
from
September 3, 2026 19:34
61e07d0 to
a950bfd
Compare
Build workspace dependencies and check browser test types before running all suites. Grant read access to the matched notary image and run suites serially with sufficient time for real proving and notarization. Continue through failed suites while preserving a failing job outcome. Assisted-by: GPT-6 Signed-off-by: Wondertan <hlibwondertan@gmail.com>
Wondertan
enabled auto-merge (squash)
September 14, 2026 09:20
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.
Adds one Browser tests CI job that builds the TypeScript workspace, installs each package’s browsers, checks browser-test types where defined, and runs every workspace’s
test:e2escript. Suites run serially so real proving has the runner to itself; a failed suite does not prevent the remaining suites from running, and the job still fails.This covers popup today and automatically includes ceremony and the dev app when #28 lands. Ceremony keeps its complete suite, including real browser proofs checked against released keys and matched-notary concurrency probes. The job includes GHCR read access for the notary image and a 60-minute budget for all suites. Real runtime tests use release downloads and external network requests; no OAuth credentials are required.
Merge this before #28, which removes its duplicate ceremony-specific CI job. Test implementations and harnesses remain with their owning packages in #28.