feca-mailshots-plugin/package.json

14 lines
276 B
JSON

{
"name": "feca-mailshots-plugin-e2e",
"private": true,
"type": "module",
"scripts": {
"e2e": "playwright test",
"e2e:headed": "playwright test --headed",
"e2e:ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.53.0"
}
}