Active
Project:
Test Swarm
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2013 at 16:43 UTC
Updated:
21 Mar 2013 at 18:03 UTC
Add a dashboard to show an overview of all tests and all browsers (browser families)
Comments
Comment #1
attiks commentedAs an example have a look at http://swarm.jquery.org/
Comment #2
jessebeach commentedSo 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?
Comment #3
attiks commented#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.