Add playwright configs

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-04-05 21:25:21 -07:00
parent 85321cf744
commit 4cd4cf18f0
4 changed files with 113 additions and 2536 deletions

View File

@@ -1,6 +1,10 @@
{
"dependencies": {
"backstop": "^1.0.1",
"backstopjs": "^6.3.25"
}
"playwright": "^1.51.1"
},
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.14.0"
},
"scripts": {}
}