Steve Zhang
Steve Zhang
I agree with @AlexanderMykulych, in my case I found it took me about 20 sec to finish the prod build. If we don't use dev server mode, then how are...
Added a BFS solution for the Build Order question
> ### Update: It can be easily integrated in the user-land now. > For that follow the guide [here](https://github.com/mxschmitt/playwright-test-coverage). > > For any suggestions please comment inside this issue. I...
@amiralies, I like your pr, today I build you branch on my machine and found it build successfully! but I can't build successfully in the master branch. But when I...
> Thanks to Coverage Class, we are able to generate coverage for our e2e testing. > > @stevez we too felt the same, so we decided to remove unit tests...
I found a quick solution is assigning the result to a variable, then the error will be disappeared, like this let x = Js.Array.map(tupleToString, languagesAndAuthors)
[](url)I upgraded my node to 16 and it works and coverage report is generated, here is the code example: https://github.com/stevez/playwright-test-coverage/tree/bgotink-coveage-lib-vite-integration But I do found some issues: 1. I don't know...
Hi @bgotink, I just realize that v8 coverage is based on the 'generated source code', not the original one, is it possible to map to the original one? how about...
@[lukeapage](https://github.com/lukeapage) I saw your comments about playwright v8 coverage issue from here, https://github.com/istanbuljs/puppeteer-to-istanbul/issues/18#issuecomment-585909660, could you provide some code example how you resolve the playwright v8 raw information? Thanks