mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Jessica Janiuk
parent
8a22c60ec0
commit
eab92167e5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user