ce621a29b1
Co-authored-by: Flea Flicker <flea-flicker@paperclip.ing> Co-authored-by: Paperclip <noreply@paperclip.ing>
16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"name": "@groombook/e2e",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"test:report": "playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.1"
|
|
},
|
|
"license": "AGPL-3.0-only"
|
|
}
|