{ "name": "tests", "version": "1.0.0", "description": "", "dependencies": { "@simonsmith/cypress-image-snapshot": "^8.1.1", "cypress": "^13.1.0", "cypress-fail-fast": "^7.0.3", "sync-fetch": "^0.5.2", "typescript": "^5.2.2" }, "scripts": { "test": "cypress run --config-file cypress.config.ts --browser=chrome --config baseUrl=https://localhost:8123/ --env updateSnapshots=false --env failOnSnapshotDiff=false --env requireSnapshots=false", "test:watch": "cypress open --config-file cypress.config.ts" }, "author": "", "license": "ISC", "devDependencies": { "cypress-terminal-report": "^7.2.0" } }