If we lack a HAR, get browser info from options (#3658)
This commit is contained in:
parent
f3c2989b17
commit
dae50493ca
|
|
@ -262,6 +262,10 @@ module.exports = {
|
|||
);
|
||||
}
|
||||
run.har = api.pickAPage(result.har, harIndex);
|
||||
} else {
|
||||
// If we do not have a HAR, use browser info from options
|
||||
const testInfo = { browser: options.browser };
|
||||
queue.postMessage(make('browsertime.browser', testInfo));
|
||||
}
|
||||
|
||||
// Hack to get axe data. In the future we can make this more generic
|
||||
|
|
|
|||
Loading…
Reference in New Issue