test(ui-tools): add visual regression testing infrastructure

Solution-ID: SOL-1735410002
Issue-ID: ISS-1766921318981-22
Task-ID: T1
This commit is contained in:
catlog22
2025-12-29 15:46:02 +08:00
parent 8578d2d426
commit 70063f4045
10 changed files with 363 additions and 2 deletions

View File

@@ -74,10 +74,14 @@
},
"homepage": "https://github.com/catlog22/Claude-Code-Workflow#readme",
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/better-sqlite3": "^7.6.12",
"@types/gradient-string": "^1.1.6",
"@types/inquirer": "^9.0.9",
"@types/node": "^25.0.1",
"pixelmatch": "^7.1.0",
"playwright": "^1.57.0",
"pngjs": "^7.0.0",
"typescript": "^5.9.3"
}
}