task #46821 verua-e2e: setup playwright testing environment with first test cases 1,2,3.

This commit is contained in:
tertek 2025-09-30 09:13:16 +02:00
commit c30aa58577
12 changed files with 1729 additions and 0 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "verua-e2e",
"packageManager": "yarn@4.10.3",
"devDependencies": {
"@playwright/test": "^1.55.1",
"@types/node": "^24.6.0"
}
}