- 05 Jun, 2013 2 commits
-
-
Removed cleaning of reports folders, since this was interferring with coverage reports generated sequentially by rake test.
Will Daly committed -
We used to specify specific rake test tasks so that we could run all of them even if early ones failed. However, that meant that as new tasks were added, they weren't being run on jenkins. Now, there is a facility in the rake scripts so that tests can run using the test_sh function, which will delay failure until the end of the rake run, unless the TESTS_FAIL_FAST environment variable is set. Furthermore, this reorganizes the jasmine test tasks so that we can run those as part of `rake test` as well.
Calen Pennington committed
-
- 04 Jun, 2013 3 commits
- 03 Jun, 2013 2 commits
- 30 May, 2013 1 commit
-
-
Added diff coverage reports using diff-coverage tool.
Will Daly committed
-
- 23 May, 2013 2 commits
-
-
special case the db setup for the cms acceptance tests. We need the comment client database tables to be created since we're creating the DB from scratch
Chris Dodge committed -
Calen Pennington committed
-
- 15 May, 2013 1 commit
-
-
Calen Pennington committed
-