playwright-examples/package.json

17 lines
470 B
JSON
Raw Permalink Normal View History

2023-06-29 19:54:34 +02:00
{
"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"
}
}