playwright-examples/package.json

10 lines
287 B
JSON
Raw Permalink Normal View History

2023-07-03 20:21:14 +02:00
{
"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": {
2024-06-28 17:50:18 +02:00
"@playwright/test": "^1.45.0"
2023-07-03 20:21:14 +02:00
}
}