Files
wp-digital-download/package.json
2025-08-28 19:35:28 -07:00

15 lines
375 B
JSON

{
"name": "wp-digital-download-tests",
"version": "1.0.0",
"description": "E2E tests for WordPress Digital Download plugin",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.55.0"
}
}