Puneet Agarwal
Puneet Agarwal
Let us know what functionality you'd like to see in Playwright and what your use case is. As of now, we have pw:channel and pw:protocol logs but these logs contain...
https://github.com/microsoft/playwright uses debug module for logging. While using playwright i observed that when using DEBUG_FILE env variable to redirect these logs to file, it doesnt show time whereas when we...
- Use service config - Increase action timeout - limit worker to 8 - Disable sharding and merging - Disable Install browser for service Successful Run in my fork: https://github.com/puagarwa/debbie.codes/actions/runs/6667651405...
I am writing a custom reporter by writing a Nunit extension via ITestEventListener as mentioned in the Nunit document [here](https://docs.nunit.org/articles/nunit-engine/extensions/creating-extensions/Writing-Engine-Extensions.html). I have some requirement where i would like to implement...