mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
8a22c60ec0
commit
eab92167e5
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue