1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00
Files
dozzle/e2e/package.json
Amir Raminfar 58ce210924 Adds more tests
2022-09-09 12:39: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": "^1.9.13",
"cypress": "^10.7.0",
"typescript": "^4.8.2"
}
}