Skip to content

fix: support Playwright 1.61.0#153

Open
jasny wants to merge 1 commit into
sand4rt:mainfrom
jasny:update-playwright-1-61
Open

fix: support Playwright 1.61.0#153
jasny wants to merge 1 commit into
sand4rt:mainfrom
jasny:update-playwright-1-61

Conversation

@jasny

@jasny jasny commented Jun 17, 2026

Copy link
Copy Markdown

Updates @playwright/experimental-ct-core from 1.59.1 to 1.61.0 and adjusts the internal transform import needed for Playwright 1.61 compatibility.

What changed

  • bump @playwright/experimental-ct-core to 1.61.0
  • update playwright-ct-angular/transform.js to use require("playwright/lib/common").transform
  • refresh pnpm-lock.yaml

Why

Playwright 1.61 no longer exposes playwright/lib/transform/transform, which causes component tests to fail during startup after the dependency upgrade.

This keeps the package working with the latest Playwright release with the smallest possible code change.

Validation

  • ran pnpm test
  • confirmed the original startup failure was resolved
  • installed matching Playwright browsers with pnpm --filter ct-angular exec playwright install
  • reran pnpm test

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