1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00
Files
dozzle/e2e/package.json
Amir Raminfar 9cbb55d780 Updates tests
2022-09-16 08:37:03 -07:00

14 lines
251 B
JSON

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