Sander
Sander
Hi @pbrzosko, i usually just register it globally, but if you want to register the component for one single test you could use: ```typescript // playwright/index.ts export type HooksConfig =...
Vite has plans to improve production builds by creating a faster, Rust-based replacement for the Rollup bundler. This will likely improve iteration speed/performance significantly. See @yyx990803's recent keynote for more...
@spuxx1701 there is a separate issue to track this: https://github.com/microsoft/playwright/issues/19399. > I've been looking for ways to test a SvelteKit app E2E with playwright, but I need ways to catch...
> What would be the preferred shape of a fix for this? https://github.com/microsoft/playwright/issues/21960 is what i was looking for and https://github.com/microsoft/playwright/issues/23372 if i have to use VSCode. Would that be...
> Any updates on this? I would love to be able to use Playwright but not being able to test any components that take functions as props without creating a...
@dospunk see comment from earlier: https://github.com/microsoft/playwright/pull/21400#issuecomment-1483142511
Vue released some type helpers that could solve this issue: https://www.npmjs.com/package/vue-component-type-helpers
> There is a lot more to it around a component that needs to be setup for it to run: router, stores, plugins, API mocks There is support for this...
@thernstig created a package for lit and web components. See: https://github.com/microsoft/playwright/issues/14241#issuecomment-1368124560
@jhanink @CosminGramada also created a package for Angular component testing: https://github.com/sand4rt/playwright-ct-angular. It has an identical API to Playwright's API.