15 lines
375 B
JSON
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"
|
|
}
|
|
}
|