decentraland/dappeteer

Support headless mode

kivutar opened this issue · 2 comments

Headless mode allows to run puppeteer tests in travis.

But dappeteer is not working properly in headless mode.

For example, all the page.waitForSelector time out.

As far as I know, you can't install extensions in headless chrome. Travis has a section on using xvfb that might work, though.

You're right