mirror of
https://github.com/microsoft/playwright-examples.git
synced 2025-08-15 06:43:31 +00:00
10 lines
287 B
JSON
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"
|
|
}
|
|
}
|