1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Files
airbyte/airbyte-webapp-e2e-tests/cypress.json
Lake Mossman 0ff7234504 make FE E2E tests more reliable (#16759)
* make tests more reliable

* switch back to localhost

* run test 100 times

* pass props through to Text element

* ensure names are unique from one test run to the next

* fix test result check
2022-09-17 11:21:44 -07:00

13 lines
238 B
JSON

{
"projectId": "916nvw",
"baseUrl": "http://localhost:3000",
"testFiles": ["**/*.spec.*"],
"viewportHeight": 800,
"viewportWidth": 1280,
"retries": {
"runMode": 2,
"openMode": 0
},
"defaultCommandTimeout": 10000
}