Open yebrahim opened 6 years ago
I have the same issue. For some reason context.browser.name
returns Safari 7.0 when you use the headless flag with chrome.
Yes, I too am having this issue. Screenshots get appended with Safari.
See bestiejs/platform.js#145. Until this gets merged and released you could use the browser name of capabilities as a workaround.
I'm running visual regression tests with the following section in my wdio.config.js:
If and only if
headless
is true, adding the argument to the Chrome process, screenshots get generated for both Chrome and Safari.