Skip to content

Use project matrix in playwright test workflow - #978

Draft
circlecube wants to merge 1 commit into
developfrom
update/playwright-workflow-project-matrix
Draft

Use project matrix in playwright test workflow#978
circlecube wants to merge 1 commit into
developfrom
update/playwright-workflow-project-matrix

Conversation

@circlecube

Copy link
Copy Markdown
Member

Proposed changes

This uses a matrix fed by the projects so that the tests can be run in parallel.

If we can get this to work properly and reliably, we can look at adding another dimension of matrices to the matrix workflow, too.

Type of Change

Production

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update
  • Refactoring / housekeeping (changes to files not directly related to functionality)

Development

  • Tests
  • Dependency update
  • Environment update / refactoring
  • Documentation Update

Visual

Checklist

  • I have read the CONTRIBUTING doc
  • I have viewed my change in a web-browser
  • Linting and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@circlecube circlecube self-assigned this Feb 5, 2026

- name: Run Playwright Tests
run: npx playwright test --reporter=line
run: npx playwright test --project="${{ matrix.project }}" --reporter=line

Check warning

Code scanning / zizmor

code injection via template expansion Warning

code injection via template expansion
@github-actions

github-actions Bot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🎮 WordPress Playground Preview

▶️ Launch Preview in Playground

This spins up a fresh WordPress-in-browser, installs this PR's plugin build, and drops you straight into the Bluehost screen.


Preview Details

  • 📦 Build ZIP: bluehost-pr-978.zip (9.2M)
  • 🗂️ Branch: update/playwright-workflow-project-matrix
  • 📝 Commit: 7757f56
  • 🔗 Direct Download of ZIP

⚠ Every new commit / comment on this PR overwrites the preview ZIP for this PR number.

@circlecube
circlecube marked this pull request as draft February 23, 2026 15:48
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.

2 participants