Files
heygermany-e2e-mrg5ilhk/e2e/package.json
e2e 40352e4179
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled
chore: heygermany customer project
2026-07-11 11:17:38 +02:00

21 lines
636 B
JSON

{
"name": "@heygermany/e2e",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "End-to-end smoke tests for HeyGermany.",
"scripts": {
"test": "E2E_MANAGE_SERVERS=1 cucumber-js --config tests/cucumber.mjs --tags 'not @skip'",
"test:headed": "HEADED=1 E2E_MANAGE_SERVERS=1 cucumber-js --config tests/cucumber.mjs --tags 'not @skip'",
"test:tag": "cucumber-js --config tests/cucumber.mjs --tags",
"tsc": "tsc"
},
"devDependencies": {
"@cucumber/cucumber": "^11.0.0",
"@playwright/test": "^1.51.1",
"@types/node": "^22",
"tsx": "^4.21.0",
"typescript": "^5.8.0"
}
}