UNPKG

playwright-json-runner

Version:

Extends Playwright to run tests using JSON-based test definitions.

23 lines (13 loc) • 697 B
# Playwright JSON Runner [![npm version](https://img.shields.io/npm/v/playwright-json-runner.svg)](https://www.npmjs.com/package/playwright-json-runner) [![GitHub](https://img.shields.io/badge/source-GitHub-blue?logo=github)](https://github.com/acostmig/json-test-runner) A lightweight extension for Playwright that runs tests based on JSON input. ## Installation ``` npm install playwright-json-runner ``` ## Usage Refer to the official GitHub repository for documentation and examples: šŸ”— **[GitHub Repository](https://github.com/acostmig/json-test-runner)** ## License MIT License - See the [LICENSE](https://github.com/acostmig/json-test-runner/blob/main/LICENSE) file for details.