cheapCoder
cheapCoder
@mxschmitt can i use [baseFixtures.ts](https://github.com/mxschmitt/playwright-test-coverage/blob/main/e2e/baseFixtures.ts) for `@playwright/experimental-ct-svelte`? I try to extend the context to the test from `@playwright/experimental-ct-svelte`, and add viteBabel to `ctViteConfig` in playwright.config.ts, but when using `await page.pause()`...
> How have you solved your problem? I canceled the 'out' transition and just remained the 'in' transition ```diff - transition:slide={{ easing: quintOut }} + in:slide={{ easing: quintOut }} ```
> Could you please explain more about this issue. I am unable to check the CodeSandbox. Its showing error thanks for your attention, I upgraded Svelte to v3.47.0 and it's...
have any update? I'm looking forward to getting coverage in a svelte project using playwright