Skip to content

Conversation

@fengelniederhammer
Copy link
Contributor

Summary

to speed up tests

Screenshot

PR Checklist

- [ ] All necessary documentation has been adapted.
- [ ] The implemented feature is covered by an appropriate test.

@vercel
Copy link

vercel bot commented Dec 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
dashboards Ready Ready Preview, Comment Dec 16, 2025 10:56am

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR optimizes CI/CD performance by running e2e tests only against Chromium browser on feature branches, while maintaining full cross-browser testing on the main branch.

Key Changes:

  • Added a new e2e:chromium npm script for running Playwright tests on Chromium only
  • Modified the GitHub Actions workflow to conditionally run either full browser tests (main branch) or Chromium-only tests (feature branches)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
website/package.json Added new npm script for Chromium-only e2e tests
.github/workflows/e2e.yml Implemented conditional test execution based on branch context

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fengelniederhammer fengelniederhammer merged commit ae2e48e into main Dec 17, 2025
17 checks passed
@fengelniederhammer fengelniederhammer deleted the onlyChromium branch December 17, 2025 08:59
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.

3 participants