Migrate Playwright suite to .NET UI tests and deprecate TS project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "jde-scoping-e2e-tests",
|
||||
"version": "1.0.0",
|
||||
"description": "End-to-end tests for JDE Scoping Tool using Playwright",
|
||||
"scripts": {
|
||||
"test": "playwright test",
|
||||
"test:headed": "playwright test --headed",
|
||||
"test:debug": "playwright test --debug",
|
||||
"test:ui": "playwright test --ui",
|
||||
"create-test-data": "node scripts/create-test-excel.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.40.0",
|
||||
"exceljs": "^4.4.0",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user