1
0
mirror of synced 2026-01-08 12:03:02 -05:00
Files
airbyte/airbyte-webapp-e2e-tests/package.json
2022-01-06 13:17:34 +03:00

27 lines
564 B
JSON

{
"name": "airbyte-webapp-e2e-tests",
"version": "0.0.0",
"description": "Airbyte e2e testing",
"scripts": {
"cypress:open": "cypress open",
"cypress:ci": "CYPRESS_BASE_URL=http://localhost:8000 cypress run"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"rules": {
"cypress/no-unnecessary-waiting": "warn"
},
"extends": [
"plugin:cypress/recommended"
]
},
"devDependencies": {
"cypress": "^9.2.0",
"typescript": "^4.5.4",
"eslint-plugin-cypress": "^2.12.1"
}
}