focus-trap-react icon indicating copy to clipboard operation
focus-trap-react copied to clipboard

E2E testing on major browsers

Open liunate opened this issue 5 years ago • 1 comments

Run E2E testing at each push and pull-request on major browsers:

  • [x] Chrome cypress supported

  • [x] Firefox (done with #206) cypress supported ~Having problem running on git action with error msg Browser: 'firefox' was not found on your system or is not supported by Cypress, see cypress image open issue~

  • [ ] Edge(chromium-based) cypress supported

  • [ ] Edge(EdgeHTML/pre-chromium/IE11?) Not supported by cypress at this moment. See cypress IE 11 support github issue

  • [ ] Safari Not supported by cypress at this moment. See cypress macOS Safari support github issue

liunate avatar Sep 01 '20 15:09 liunate

#130 adds official FireFox support to Cypress and may help here.

stefcameron avatar Sep 30 '20 17:09 stefcameron