Skip to content

fix: npm-only Playwright webServer for 0.2.1 e2e - #7

Merged
LakshmanTurlapati merged 3 commits into
mainfrom
fix/release-version-assertion
Aug 16, 2026
Merged

fix: npm-only Playwright webServer for 0.2.1 e2e#7
LakshmanTurlapati merged 3 commits into
mainfrom
fix/release-version-assertion

Conversation

@LakshmanTurlapati

Copy link
Copy Markdown
Contributor

Summary

  • Sealed release e2e still failed with two Playwright copies.
  • Drive the example webServer with npm and pin Playwright via npm overrides.

Deploy

No changeset. Merge should publish 0.2.1 if browser_e2e passes.

The 0.2 line patch releases must pass verify without rewriting the
artifact boundary test for every version bump.
Isolated npm installs can hoist a second playwright binary, which makes
test() throw and blocks the 0.2.1 publish job.
The sealed example is an npm install. The Playwright webServer used
pnpm, which could hoist another @playwright/test and fail test().
@LakshmanTurlapati
LakshmanTurlapati merged commit da64d3f into main Aug 16, 2026
2 checks passed
@LakshmanTurlapati
LakshmanTurlapati deleted the fix/release-version-assertion branch August 18, 2026 16:26
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