matrix-org / matrix-react-end-to-end-tests

End to end tests for the matrix react web app
2 stars 2 forks source link

Run in more than Chrome headless #45

Open turt2live opened 5 years ago

turt2live commented 5 years ago

Firefox, IE, and Chrome all have WebDriver support and we should be using that

bwindels commented 5 years ago

We use puppeteer to talk to the browser, firefox support is still marked as experimental: https://aslushnikov.github.io/ispuppeteerfirefoxready/

bwindels commented 5 years ago

looking at the supported api, that might be enough for the parts of puppeteer that we use.