playwright-examples/package.json
2024-06-28 17:50:18 +02:00

10 lines
287 B
JSON

{
"name": "playwright-examples",
"version": "0.0.1",
"description": "This repo is used to demonstrate various testing scenarios with [Playwright](https://playwright.dev/) 🎭 with node.js",
"license": "Apache-2.0",
"devDependencies": {
"@playwright/test": "^1.45.0"
}
}