ci/cypress: run e2e suite across chrome and firefox via matrix#2607
Open
HughParry wants to merge 17 commits into
Open
ci/cypress: run e2e suite across chrome and firefox via matrix#2607HughParry wants to merge 17 commits into
HughParry wants to merge 17 commits into
Conversation
… frictionless refactor (#2576) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: prosoponator[bot] <dev@prosopo.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… route export (#2584) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: prosoponator[bot] <dev@prosopo.io>
…ies (#2587) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…heck (#2588) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…uestedAtTimestamp (#2589) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… entries (#2590) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…less auto-ban (#2592) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…rify (#2593) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…sparse indexes (#2594) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: prosoponator[bot] <dev@prosopo.io>
…tage sentinel (#2596) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: prosoponator[bot] <dev@prosopo.io>
Adds Firefox alongside Chrome in the cypress workflow as a parallel matrix job. cypress-real-events is CDP-only, so a new realClickCompat child command falls back to a mousedown/mouseup/click trigger chain on Firefox. Firefox launch prefs enable security.enterprise_roots.enabled so the OS trust store populated by install_cert.sh is honoured. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
cypress.ymlas a parallel matrix job (fail-fast: false);CYPRESS_BROWSERenv drives the new--browser ${CYPRESS_BROWSER:-chrome}switch in thecypress-sharednpm scripts.realClickCompatchild command — usescypress-real-events's.realClick()on Chromium-family browsers, falls back to amousedown→mouseup→clicktrigger chain on Firefox (no CDP support there). All 9 existing.realClick()call sites now use the wrapper.cypress.*.config.jsfiles now setssecurity.enterprise_roots.enabled = trueviabefore:browser:launchon Firefox so the OS trust store (populated byinstall_cert.sh+update-ca-certificates) is honoured.-${{ matrix.browser }}so chrome/firefox screenshots and videos don't collide.Test plan
install_cert.shto also add the cert to a Firefox profile viacertutil(followup).🤖 Generated with Claude Code