Initialize
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user