2026-07-03 06:50:40 +01:00
|
|
|
{
|
|
|
|
|
"name": "schoolcompare-e2e",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"description": "Journey tests run against staging as the production promotion gate",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "playwright test"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.49.0"
|
|
|
|
|
}
|
|
|
|
|
}
|