sand4rt / playwright-ct-web

Playwright Web component testing.
https://www.npmjs.com/package/@sand4rt/experimental-ct-web
MIT License
41 stars 3 forks source link

Issue with v1.33 #10

Closed holen82 closed 1 year ago

holen82 commented 1 year ago

Hi,

after upgrading to v1.33, I get an error when trying to run tests:

Error: Cannot find module '@playwright/experimental-ct-core/lib/mount'
Require stack:
- C:\Git\es-web-components\node_modules\.pnpm\@sand4rt+experimental-ct-web@1.33.0_@playwright+test@1.33.0\node_modules\@sand4rt\experimental-ct-web\index.js

I've updated Playwright as well to v1.33 - is there anything else I need to update/do?

sand4rt commented 1 year ago

Hey @holen82, thanks for creating the issue! Could you verify if this is resolved in v1.33.1?

holen82 commented 1 year ago

Verified 🙂 Works like a charm now, thanks!