Skip to content

Promote PlaywrightSpawner to the stable package API - #27

Merged
fiws merged 1 commit into
mainfrom
push-stable-playwright-spawner
Aug 21, 2026
Merged

Promote PlaywrightSpawner to the stable package API#27
fiws merged 1 commit into
mainfrom
push-stable-playwright-spawner

Conversation

@fiws

@fiws fiws commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Move PlaywrightSpawner from src/experimental/ to the stable package root (src/playwright-spawner.ts and src/index.ts).
  • Remove PlaywrightSpawner export from effect-playwright/experimental.
  • Update service tag to effect-playwright/playwright-spawner/PlaywrightSpawner.
  • Update repository test suites, doc examples, README, and guidelines to import PlaywrightSpawner from effect-playwright.

Note

Medium Risk
Public API break: consumers must import PlaywrightSpawner from effect-playwright instead of /experimental, and the Context tag identity changes. Behavior of scoped browser provisioning is otherwise unchanged.

Overview
Promotes PlaywrightSpawner from effect-playwright/experimental to the stable root (effect-playwright). The module now lives at src/playwright-spawner.ts and is re-exported from src/index.ts.

The experimental barrel no longer exports it. The Context tag is now effect-playwright/playwright-spawner/PlaywrightSpawner. Tests, README, changelog, and agent guidelines import PlaywrightSpawner alongside Playwright from the main package.

Reviewed by Cursor Bugbot for commit 5b77ba4. Bugbot is set up for automated code reviews on this repo. Configure here.

@pkg-pr-new

pkg-pr-new Bot commented Aug 21, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/effect-playwright@5b77ba4

commit: 5b77ba4

@fiws fiws self-assigned this Aug 21, 2026
@fiws
fiws requested a review from StefanWerW August 21, 2026 08:13
@fiws
fiws merged commit 2602cb5 into main Aug 21, 2026
5 checks passed
@fiws
fiws deleted the push-stable-playwright-spawner branch August 21, 2026 08:47
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