sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

Unit-tests need to be separately executable from the command-line #82

Closed backplane-import closed 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 82.

Reporter markbirbeck
Date 26 Jul 2010 8:49:39 AM UTC

The YUI unit-tests can be run from a browser, using Google App Engine (GAE), but to make test-driven development (TDD) easier we want to be able to run tests from the command-line.

The tests can already be run in a group via the YUI Test Selenium driver, however this task (a) runs 'compile' and 'test-compile' and (b) always reports 'successful', even if the tests fail.


Owner set to markbirbeck

Priority: Medium Type: Enhancement

backplane-import commented 13 years ago

Comment by markbirbeck on 26 Jul 2010 8:52:31 AM UTC

This issue was closed by revision 0dd80cc6940fac643fd0882ffc96bcc24ecf3877 (originally b547e8668e).


Updates

Ticket status set to Fixed

backplane-import commented 13 years ago

Comment by markbirbeck on 26 Jul 2010 8:53:12 AM UTC

The YUI Test Selenium driver task now returns success or failure to Ant, and the specific testing task can be run independently of the compile steps.