June 11th, 2024
Improved

Enhanced Command Line Reporting!
With the latest update, you can now utilize Playwright's --reporter flag directly with our command line interface.
npx pwc --key [record-key] --project-id [id] --ci-build-id [build-id] --reporter junitWhen utilizing the command line clients, pwc or pwc-p, the default @currents/playwright reporter is automatically enabled. This latest enhancement allows users to incorporate additional reporters alongside the default. Now reporters provided with the --reporter flag will be combined with @currents/playwright and passed along to Playwright.
Special Consideration for Orchestration:
For Orchestration using pwc-p, it's important to note that the reporter executes once for each spec file. Consequently, additional configuration may be necessary to ensure compatibility and support for multiple outputs. Playwright offers the specialized Blob Reporter for merging multiple outputs into a unified report.