mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-03-12 04:35:27 -07:00
33 lines
994 B
JSON
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": "13.17.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"
|
|
}
|
|
}
|