1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00
Files
dozzle/e2e/package.json
2023-04-27 16:09:45 -07:00

12 lines
211 B
JSON

{
"name": "e2e",
"scripts": {
"test": "cypress run"
},
"dependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "^3.2.14",
"cypress": "^12.11.0",
"typescript": "^5.0.4"
}
}