You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/tests/package.json

33 lines
994 B

{
"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.10.1"
}
}