Filmstrips are only stored to disk if we collect visual metrics using trace. (#3188)
This commit is contained in:
parent
777e4ef689
commit
d7eb1699c8
|
|
@ -163,7 +163,8 @@ module.exports = {
|
|||
async getFilmstrip(browsertimeData, run, dir, options, fullPath) {
|
||||
let doWeHaveFilmstrip =
|
||||
(options.browsertime.chrome &&
|
||||
options.browsertime.chrome.enableTraceScreenshots === true) ||
|
||||
options.browsertime.chrome.enableTraceScreenshots === true &&
|
||||
options.browsertime.chrome.visualMetricsUsingTrace === true) ||
|
||||
(options.browsertime.visualMetrics === true &&
|
||||
options.browsertime.videoParams.createFilmstrip === true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue