Ground Control. A testing framework for JavaScript projects.

github.com/schacon/groundcontrol

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2008
  • more (the last) work for importing Selenium test cases. not complete,…
August 2008
  • adding display of a Stack's Hosts on the list page
  • UI for specifying the Hosts for a Stack is working and with tests
  • can create a Stack with Hosts. includes tests
  • can create a Stack with Hosts. includes tests
  • changing the Stack model to contain Hosts (rather than Roles) after c…
  • commiting where i am at, in order to go back to the Stack definition …
  • fixing broken test
  • removing unused code
  • building out the CRUD operations and pages/forms to access them along…
  • building out the CRUD operations for a Stack object
  • adding test for the Host.new page which was broken because the form d…
  • adding rspec scaffold for new Stack model
  • updating these fixtures to use the update roles fixtures
  • changing the roles fixtures to be more in line with the testers/roles…
  • fixing broken test
  • adding test case for Stack.roles association
  • updated this after modified migration
  • changing the table name to match Rails' naming expectations
  • updating the comment to better describe