feat: configure UAT test automation and reporting
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "novalon-uat-tests",
|
||||
"version": "1.0.0",
|
||||
"description": "UAT test suite for Novalon Management System",
|
||||
"scripts": {
|
||||
"test": "playwright test",
|
||||
"test:headed": "playwright test --headed",
|
||||
"test:debug": "playwright test --debug",
|
||||
"test:report": "playwright show-report",
|
||||
"test:quality-gate": "node quality-gate.js",
|
||||
"install-browsers": "playwright install --with-deps"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.40.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user