1
0
mirror of synced 2025-12-31 15:03:11 -05:00
Files
airbyte/airbyte-e2e-testing/cypress.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

10 lines
163 B
JSON

{
"baseUrl": "http://localhost:3000",
"testFiles": [
"onboarding.spec.js",
"connection.spec.js",
"destination.spec.js",
"source.spec.js"
]
}