1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/airbyte-webapp-e2e-tests/cypress.json
Edmundo Ruiz Ghanem 609541d9ae Migrate cypress tests and commands to TypeScript (#13091)
* Migrate cypress tests and commands to TypeScript

* Cypress added plugins to tsconfig

* Update cypress plugins file to .ts
2022-06-03 13:00:58 -04:00

12 lines
204 B
JSON

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