Configure Playwright for headless CI and add Gitea workflow with container support
Tests / frontend-test (pull_request) Has been cancelled
Tests / e2e-test (pull_request) Has been cancelled
Tests / backend-test (pull_request) Has been cancelled

This commit is contained in:
(jenkins)
2026-03-17 00:29:39 +00:00
parent 4326109722
commit bd9e92f304
14 changed files with 761 additions and 88 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
},
"devDependencies": {
"jest": "^30.3.0",
"nodemon": "^3.1.14"
"nodemon": "^3.1.14",
"supertest": "^7.2.2"
}
}