Run tests only on BrowserStack
rodneyrehm opened this issue · 1 comments
rodneyrehm commented
Because of problems with the IE10 and IE11 VMs on BrowserStack all tests were failing. With commit fad9d0c we split the tests so that IE9-11 are tested on SauceLabs and everything else on BrowserStack. We couldn't completely move to SauceLabs, because their Safari VMs don't work for us.
Splitting the tests means running Intern twice. That means we get 2 separate coverage reports - which makes it hard to see what improved. fad9d0c should be rolled back as soon as BrowserStack fixed their VMs (which they have been working on!).
rodneyrehm commented
Tests are running and passing again.