microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.83k stars 3.67k forks source link

Support for a reporter with mocha #6819

Closed amrsa1 closed 3 years ago

amrsa1 commented 3 years ago

I was searching around if there is any supported reporter that can work with mocha and playwright, I have found mochawesome working fine but with no screenshot.

pavelfeldman commented 3 years ago

This would be outside of the scope of Playwright, since a testing harness integration would be responsible for calling Playwright's methods such as page.screenshot and feeding the result to the reporter.