Seeing two browsers while doing testing

After I enabled the Lighthouse Metrics ({ “performance”, true }) I can see the test is running twice in two browsers. Why is it so?

Duplicate browsers are expected behavior as well as the duplicate tabs: While using “performance”: true , duplicate tabs are expected. original tab : url opened by automation 2nd tab is opened by lighthouse npm module chrome-launcher, which it needs to open to gather the matrix.

1 Like