emberjs / emberjs/ember-test-helpers
Setup cross-browser tests
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 188
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
As reported in https://github.com/emberjs/ember-qunit/issues/298, after updating to the newer API's here some previously passing test suites fail on older browsers.
We should:
* Add testing for the following in Sauce Labs / Browserstack
- [ ] IE11
- [ ] Safari
- [ ] Edge
* Ensure the following are ran in headless mode in CI directly:
- [x] Firefox (implemented in #270)
- [x] Chrome (implemented in #270)
Contributor guide
Assessment
This issue has not been assessed yet.