set the resultDIr for Browsertime correct
This commit is contained in:
parent
775d9e5fcf
commit
dcd8754134
|
|
@ -69,7 +69,7 @@ module.exports = {
|
|||
|
||||
// manually set the resultBaseDir
|
||||
// it's used in BT when we record a video
|
||||
this.options.browsertime.resultBaseDir = context.storageManager.getBaseDir();
|
||||
this.options.browsertime.resultDir = context.storageManager.getBaseDir();
|
||||
|
||||
filterRegistry.registerFilterForType(DEFAULT_METRICS_PAGE_SUMMARY, 'browsertime.pageSummary');
|
||||
filterRegistry.registerFilterForType(DEFAULT_METRICS_SUMMARY, 'browsertime.summary');
|
||||
|
|
|
|||
Loading…
Reference in New Issue