Ombi/tests/package.json
Jamie Rees 69929f1a8c
[Snyk] Upgrade cypress-real-events from 1.10.3 to 1.13.0 (#5138)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
[skip ci]
2024-07-17 16:07:23 +01:00

33 lines
994 B
JSON

{
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^14.0.0",
"@bahmutov/cy-api": "^1.5.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5",
"cypress": "12.14.0",
"cypress-wait-until": "^1.7.1",
"typescript": "^4.2.3"
},
"name": "ombiautomation",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ombi-app/ombi.automation",
"author": "TidusJar",
"retries": {
"runMode": 2,
"openMode": 1
},
"scripts": {
"cypress:version": "cypress version",
"cypress:verify": "cypress verify",
"cypress:open": "cypress open --config baseUrl=http://localhost:3577 --env dockerhost=http://localhost",
"cypress:run": "cypress run",
"types": "tsc --noEmit",
"e2e": "cypress run",
"regression": "cypress run --config-file cypress/config/regression.json",
"demo:open": "cypress open --config-file cypress/config/demo.json"
},
"dependencies": {
"cypress-real-events": "^1.13.0"
}
}