UNPKG

playwright-archive

Version:

A lightweight CLI tool to archive and serve your Playwright test run history with a web interface. Useful for CI environments and local development.

11 lines (10 loc) 151 B
pages: stage: deploy script: - mkdir .public - cp -r public/* .public artifacts: paths: - .public only: - main