microsoft/tabster

Using Puppeteer's new headless mode causes tests to fail

Opened this issue · 0 comments

In working on PR#314 I noticed that Chrome/Puppeteer introduces a new headless mode:

old_headless_deprecation

More details here: https://developer.chrome.com/articles/new-headless/

When opting in to this new mode (by setting headlines: 'new' in the Puppeteer config) several tests fail. As this new mode will eventually become the default we should fix the tests issue or file bugs against Puppeteer.