Skip to content

Commit 42d497d

Browse files
committed
chore(travis): enable SL video recording
1 parent db464d3 commit 42d497d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma-shared.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ module.exports = function(config, specificOptions) {
123123
config.sauceLabs.build = buildLabel;
124124
config.sauceLabs.startConnect = false;
125125
config.sauceLabs.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER;
126+
config.sauceLabs.recordScreenshots = true;
126127

127128
// TODO(vojta): remove once SauceLabs supports websockets.
128129
// This speeds up the capturing a bit, as browsers don't even try to use websocket.

0 commit comments

Comments
 (0)