1
0
mirror of synced 2026-01-14 12:07:57 -05:00
Files
airbyte/airbyte-webapp-e2e-tests/cypress.json
Lake Mossman fe4f37c0b6 🪟🔧 use https instead of http for localhost:3000 in e2e webapp tests (#21874)
* use https instead of http for localhost:3000 in e2e webapp tests

* Undo changes to :8000 urls
2023-01-25 20:15:36 +00:00

20 lines
392 B
JSON

{
"projectId": "916nvw",
"baseUrl": "https://localhost:3000",
"testFiles": ["**/*.spec.*"],
"viewportHeight": 800,
"viewportWidth": 1280,
"retries": {
"runMode": 2,
"openMode": 0
},
"defaultCommandTimeout": 10000,
"db": {
"user": "postgres",
"host": "localhost",
"database": "airbyte_ci_source",
"password": "secret_password",
"port": 5433
}
}