Skip to content

Run playwright tests in a separate CI job - #1594

Merged
danlamanna merged 1 commit into
masterfrom
ci/split-playwright
Sep 7, 2026
Merged

Run playwright tests in a separate CI job#1594
danlamanna merged 1 commit into
masterfrom
ci/split-playwright

Conversation

@danlamanna

@danlamanna danlamanna commented Sep 7, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated continuous integration checks to run main and Playwright test suites separately.
    • Frontend setup and build validation now run with the Playwright suite.
    • Configuration validation now runs with the main test suite.

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: dda30e71-0043-44bf-88a6-2a0a2dad9b43

📥 Commits

Reviewing files that changed from the base of the PR and between 5943634 and e50b20c.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The CI test job now runs main and playwright suites through a matrix. Each suite uses separate tox arguments and conditional setup or validation steps.

Changes

CI test matrix

Layer / File(s) Summary
Matrix test execution
.github/workflows/ci.yml
The workflow defines main and playwright matrix suites. The playwright suite installs Node.js, builds frontend assets, and runs playwright tests. The main suite excludes playwright tests and validates the greenmask configuration.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to e50b2

CI now runs main and Playwright tests separately while preserving the applicable frontend setup and configuration validation. No current merge-blocking risk is identified.

Suggested reviewers: brianhelba

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: running Playwright tests in a separate CI job.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/split-playwright

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@danlamanna
danlamanna merged commit 066ad6b into master Sep 7, 2026
3 checks passed
@danlamanna
danlamanna deleted the ci/split-playwright branch September 7, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant