Skip to content

Fix running integration test and merge reports#32

Merged
patrickschilder merged 2 commits into
mainfrom
fix-running-integration-test
Jun 17, 2026
Merged

Fix running integration test and merge reports#32
patrickschilder merged 2 commits into
mainfrom
fix-running-integration-test

Conversation

@patrickschilder

Copy link
Copy Markdown
Contributor

Merge reports

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the repo’s Playwright test setup to generate blob reports from workspace and integration tests, then merge them into a single HTML report.

Changes:

  • Switch Playwright reporters from html to blob and enable trace retention on failure.
  • Add a dedicated playwright.merge.config.ts for consistent report merging behavior.
  • Update root package.json scripts to run integration tests and merge reports; add a changeset for the patch release.

Reviewed changes

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

Show a summary per file
File Description
tests/integration/playwright.config.ts Switch integration tests to blob reporter and enable tracing.
playwright.merge.config.ts Add merge config to normalize test discovery paths for merging.
packages/playwright-expectly/playwright.config.ts Switch package tests to blob reporting and simplify config comments.
packages/playwright-expectly-fuzzy/playwright.config.ts Switch fuzzy package tests to blob reporting.
package.json Chain workspace tests + integration tests + report merge/show via scripts.
.gitignore Update ignore rule to match the new blob-reports/ output location.
.changeset/wild-boxes-start.md Declare patch bumps for affected packages and describe the CI/reporting fix.

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

Comment thread tests/integration/playwright.config.ts
Comment thread package.json Outdated
Comment thread tests/integration/playwright.config.ts
@patrickschilder patrickschilder merged commit de1d5ef into main Jun 17, 2026
6 of 7 checks passed
@patrickschilder patrickschilder deleted the fix-running-integration-test branch June 17, 2026 07:43
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