test: e2e cypress testing replaced by playwright
This commit is contained in:
18
e2e-testing-playwright/package.json
Normal file
18
e2e-testing-playwright/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "e2e-testing-playwright",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npx playwright test",
|
||||
"test:ui": "npx playwright test --ui",
|
||||
"report": "npx playwright show-report"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.55.0",
|
||||
"@types/node": "^24.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user