19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "e2e-testing-playwright",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx playwright test",
|
|
"test:ui": "npx playwright test --ui",
|
|
"report": "npx playwright show-report"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.55.0",
|
|
"@types/node": "^24.5.0"
|
|
}
|
|
}
|