* fix: Set VTK viewport as active by interaction * chore: upgrade cypress to latest * Revert "fix: Set VTK viewport as active by interaction" This reverts commit b6e174c2def9d8f688a54d32053679788b9aaf76. * ci: add record flag for master cypress runs * ci: simplify cypress orb tasks now that cypress@3.8 uses electron w/ chromium 78 * ci: remove video false flag * ci: drop browser flag * ci: store video artifacts
10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"chromeWebSecurity": false,
|
|
"waitForAnimations": true,
|
|
"defaultCommandTimeout": 10000,
|
|
"requestTimeout": 10000,
|
|
"responseTimeout": 10000,
|
|
"projectId": "4oe38f"
|
|
}
|