1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00
Files
dozzle/e2e/package.json
Amir Raminfar 0d79196eda Updates cypress
2022-10-31 10:21:41 -07:00

14 lines
252 B
JSON

{
"name": "e2e",
"version": "1.0.0",
"scripts": {
"test": "cypress run"
},
"license": "ISC",
"dependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "^3.0.2",
"cypress": "^10.11.0",
"typescript": "^4.8.4"
}
}