Regression Test & GiteaAction workflow
CI / regression (push) Successful in 2m2s

This commit is contained in:
Zakaria
2026-06-06 00:18:46 -04:00
parent 7dbefd49dc
commit 9edaa3e351
6 changed files with 881 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "fancy-wordle",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"http-server": "^14.1.1"
}
}