Add e2e tests to CI - #80
Open
justanotherariel wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
=======================================
Coverage 89.54% 89.54%
=======================================
Files 29 29
Lines 10910 10910
Branches 84 84
=======================================
Hits 9769 9769
Misses 1141 1141
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds Playwright E2E execution to CI.
Changes:
- Runs Chromium and WebKit E2E jobs with browser caching.
- Adds GitHub reporting and failure artifacts.
- Increases CI workers to two.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
playwright.config.ts |
Configures CI parallelism and reporters. |
.github/workflows/test.yml |
Adds matrix-based E2E workflow jobs. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| test-e2e: | ||
| name: Test E2E (${{ matrix.browser }}) | ||
| runs-on: ubuntu-latest |
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.
Description
Run e2e playwright tests in CI test workflow. If they are not run automatically, they are very likely to break over time since developers would have to check them manually.
Type of Change
Related Issues
Relates to #1
Testing
Screenshots
Checklist
cargo fmtandnpm run lint