Add a dashboard to show an overview of all tests and all browsers (browser families)

Comments

attiks’s picture

As an example have a look at http://swarm.jquery.org/

jessebeach’s picture

So we're already hitting BrowserStack with a test request. Is the next step to get a response from their API, store it and display the info?

attiks’s picture

#2 You lost me, we have all the information already:
for every run of a testswarm test we track browser and branch
for every qunit test we track the result

so we can generate a graph showing all the browser and the number of tests run/passed and the same for every qunit test run/passed

We don't capture API output from browserstack, only the output of the qunit runs is passed back to the site.