Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 327 Bytes

Moon Cloud Playwright Example

This example demonstrates how to work with Playwright using Moon Cloud.

$ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm install
$ npm test

To show Playwright traffic add an environment variable:

$ DEBUG="pw:*" npm test