Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support playwright-ct #138

Open
atn832 opened this issue Aug 31, 2023 · 2 comments
Open

Support playwright-ct #138

atn832 opened this issue Aug 31, 2023 · 2 comments

Comments

@atn832
Copy link

atn832 commented Aug 31, 2023

I'd like to measure test coverage with the experimental component tests. But right now, I get this error:

$ playwright test -c playwright-ct.config.ts
Test has unknown parameter "mount".

> test('my component', async ({ page, mount }) => {

https://playwright.dev/docs/test-components

@beamery-tomht
Copy link

Same here. @atn832 did you find a solution to enabling coverage reports in component testing?

@anishkny
Copy link
Owner

anishkny commented Dec 7, 2023

I am a bit hesitant adding support for an experimental feature. I am open to looking at PRs if someone has a way to elegantly support four libraries (React, Solid, Svelte, Vue) at the same time?

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

No branches or pull requests

3 participants