1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/airbyte-e2e-testing/package.json
Artem Astapenko 29482430ea Jamakase/add cypress (#2199)
* Add data-id to controls

* Add tests

* Add e2e test starting

* Add skip onboarding test
2021-03-03 07:26:21 +07:00

26 lines
531 B
JSON

{
"name": "airbyte-e2e-testing",
"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": "^6.4.0",
"eslint-plugin-cypress": "^2.11.2"
}
}