@currents/playwright 1.2.0
Version 1.2.0 of our integration with Playwright includes:

Version 1.2.0 of our integration with Playwright includes:
- better compatibility with
pnpmdue to simplified internal dependencies - get access to run details and summary, including the link to Run URL and links to recorded test results
- generate a JSON file with summary of a run:
--pwc-output-file /path/to/file - TypeScript type definitions of the summary is available:
import { ExecutionJSONSummary } from '@currents/playwright' - 👉🏻 Documentation
- generate a JSON file with summary of a run: