test: Add BDD UI tests using Playwright (#911)

This commit is contained in:
Nalem7
2024-10-17 22:06:48 +02:00
committed by GitHub
parent 4efc3be8d5
commit 096feb35bb
17 changed files with 1260 additions and 120 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"test": "npm run server:test && npm run client:test"
},
"lint-staged": {
"client/**/*.{js,jsx}": [
"client/src/**/*.{js,jsx}": [
"npm run client:lint"
],
"server/**/*.js": [