-
Notifications
You must be signed in to change notification settings - Fork 106
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
Code coverage possibility by using e.g babelrc istanbul plugin #1502
Comments
There is Playwright API for coverage. It is not currently supported by Browser library, but is really interesting idea for enhancement. It also needs some node side dependency handling, most likely we need enhance As workaround you install dependencies manually and write JS extension to start/stop coverage and report generation. |
@allcontributors please add @pokaalinkanssayohon for ideas. |
I've put up a pull request to add @pokaalinkanssayohon! 🎉 |
Is your feature request related to a problem? Please describe.
We could run e.g. js based front end test coverage.
Describe the solution you'd like
Solution / instructions / best practices to install needed plugins and configuration
Describe alternatives you've considered
Cypress as js based framework but Robot framework with browser is cool. Playwright is brilliant base for browser plugin.
Additional context
The text was updated successfully, but these errors were encountered: