22 lines
617 B
JSON
22 lines
617 B
JSON
{
|
|
"name": "toje2e",
|
|
"version": "1.0.0",
|
|
"description": "E2E tests for NTOJ using Playwright",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:headless": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"test:debug": "playwright test --debug",
|
|
"test:report": "playwright show-report",
|
|
"test:codegen": "playwright codegen https://tobiichi3227.eu.org:312"
|
|
},
|
|
"keywords": ["e2e", "playwright", "testing"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.0",
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|