mirror of
https://github.com/microsoft/playwright-examples.git
synced 2025-08-19 16:37:04 +00:00
17 lines
470 B
JSON
17 lines
470 B
JSON
|
{
|
||
|
"name": "playwright-examples",
|
||
|
"version": "1.0.0",
|
||
|
"description": "This repo is used to demonstrate various testing scenarios with [Playwright](https://playwright.dev/) 🎭, using the official test-runner and scripts authored in TypeScript.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@playwright/test": "^1.35.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@axe-core/playwright": "^4.7.3"
|
||
|
}
|
||
|
}
|