medialize / ally.js

JavaScript library to help modern web applications with accessibility concerns

Home Page:http://allyjs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run tests only on BrowserStack

rodneyrehm opened this issue · comments

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!).

Tests are running and passing again.