{ "devDependencies": { "cypress": "^14.0.2", "cypress-multi-reporters": "^1.6.3", "cypress-recurse": "^1.35.3", "cypress-terminal-report": "^5.3.12", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "start-server-and-test": "^2.0.9" }, "dependencies": { "@this-dot/cypress-indexeddb": "^2.0.0" }, "scripts": { "delete:reports": "rm results/* cypress/videos/* cypress/screenshots/* logs/* log/* || true", "start-server-ci": "java -jar ../../testserver-controller/build/libs/testserver-controller-all.jar -P:url=$TESTCONTROLLER_URL -P:srcRoot=../../ -P:mode=cypress", "cy:run-ci": "cypress run --config baseUrl=$TESTCONTROLLER_URL", "test-ci": "start-server-and-test start-server-ci $TESTCONTROLLER_URL cy:run-ci", "start-server": "java -jar ../../testserver-controller/build/libs/testserver-controller-all.jar http://localhost:8075/ -P:srcRoot=../../ -P:mode=cypress", "cy:run": "cypress run", "test": "start-server-and-test start-server http://localhost:8075/ cy:run", "cy:run-spec": "cypress run --spec $CYPRESS_SPEC", "test-spec": "start-server-and-test start-server http://localhost:8075/ cy:run-spec" }, "name": "webapp-cypress", "description": "These are end-to-end tests for the web version of the app built using [Cypress](https://cypress.io).", "version": "1.0.0", "main": "cypress.config.js", "keywords": [], "author": "", "license": "ISC" }