Conversation
|
It is working but only with bundled ui, using it on dev I cannot make it working (css not being loaded):
We also need to disable coverage button while running and adding small delay once tests run finish. The css styles using |
|
Lastest changes: https://streamable.com/3ek8l0 |
|
I need to add another script to enable coverage, rn enabled in tests/core. We also need to check |
|
I wondering, won't you able to reuse raw data and attach coverage information to each test suite and show the coverage on suite/test items list, and details put in a test details tab? |
Yeah, I'll work next weekend on this - current state was simple, just adding a middleware and some client stuff, your proposal requires a bit more work |
This PR adds the coverage folder in a new iframe inside
Coveragecomponent:@vite/clientscriptTo test the coverage run
pnpm run build && pnpm run testfrom root folder and from another shell runcd packages/ui && nr dev:ui./cc @edimitchel : from your comment here #493 (comment)
closes #2336