UNPKG

@currents/playwright

Version:

Playwright integration and reporter for [Currents](https://currents.dev/playwright) - a cloud dashboard for debugging, troubleshooting and analysing parallel CI tests supporting Cypress and Playwright.

7 lines (5 loc) 110 B
#! /usr/bin/env node declare function runScript(): Promise<{ exitCode: number; }>; export { runScript };