Task #1568
Support #1566: member node web testing
implement the response format from wstest package (results.html)
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_integration
Target version:
Start date:
2011-05-16
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
the output format from wstest is mostly what we want (at this point), so reformat output into this format.
History
#1 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours set to 8.0
#2 Updated by Rob Nahf over 13 years ago
- Status changed from New to Closed
- translation missing: en.field_remaining_hours deleted (
8.0)
implemented the westest html format for TestRunnerHttpServlet, modifying it for JUnit results. The only shortcoming is lack of ability to add test descriptions. For unsuccessful tests, the message from junit.assert methods is used. but for successes, nothing is available. Making task to incorporate a Java annotation for that purpose, but not sure if the junit runner will pass them through.