Files
IGP-Fan-Reference/Playwright/package.json
T
2026-05-31 14:33:58 -04:00

20 lines
405 B
JSON

{
"name": "playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx playwright test",
"test:headed": "npx playwright test --headed",
"report": "npx playwright show-report"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@playwright/test": "^1.60.0",
"playwright": "^1.60.0"
}
}