Open
Description
Hi,
when running chrome using the msedge channel like this
playwrightLauncher({ product: 'chromium', launchOptions: { channel: 'msedge' } })
as far as i can see it is currently not possible to access the, for instance, the launch options to generate a different paths for edge and chromium:
So if they are running in parallel in one session it is not possible to distinguish them in getBaselineName
.
Should we maybe add the launch options to the context available to that method?
what are your thoughts?