build: enable video recording for saucelabs bazel tests (#51533)

We temporarily enable video recording for Saucelabs bazel tests. We are
seeing some flakiness here, and before we can replace the legacy job,
we should understand why the browsers sometimes disconnect.

PR Close #51533
This commit is contained in:
Paul Gschwendtner 2023-08-28 11:00:11 +00:00 committed by Jessica Janiuk
parent 8a22c60ec0
commit eab92167e5

View file

@ -15,7 +15,8 @@ import {IpcServer} from './ipc';
import {openSauceConnectTunnel} from './sauce-connect-tunnel';
const defaultCapabilities = {
recordVideo: false,
// TODO: Turn off long-term. Right now this is just for debugging.
recordVideo: true,
recordScreenshots: false,
idleTimeout: 1000,
// These represent the maximum values supported by Saucelabs.