May 3rd, 2024
New
Improved

Version 1.2.0 of our integration with Playwright includes:
better compatibility with pnpm due 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/fileTypeScript type definitions of the summary is available:
import { ExecutionJSONSummary } from '@currents/playwright'ππ» Documentation