Back to changelog

@currents/playwright 1.2.0

Version 1.2.0 of our integration with Playwright includes:

@currents/playwright 1.2.0

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/file
      
    • TypeScript type definitions of the summary is available:
      import { ExecutionJSONSummary } from '@currents/playwright'
      
    • 👉🏻 Documentation