set the resultDIr for Browsertime correct

This commit is contained in:
soulgalore 2016-06-07 09:15:39 +02:00
parent 775d9e5fcf
commit dcd8754134
1 changed files with 1 additions and 1 deletions

View File

@ -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');