mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
12 lines
211 B
JSON
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"
|
|
}
|
|
}
|