You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
545 B
JSON

{
"name": "cpanel-playwright-test",
"version": "1.0.0",
"description": "Playwright automation framework for cPanel store test task using TypeScript.",
"scripts": {
"test": "playwright test",
"run": "playwright test --headed",
"debug": "playwright test --debug",
"report": "playwright test --reporter=html"
},
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.21.1",
"@types/node": "^22.5.1"
},
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.5.4"
}
}