* use https instead of http for localhost:3000 in e2e webapp tests * Undo changes to :8000 urls
20 lines
392 B
JSON
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
|
|
}
|
|
}
|