| << Back to previous view |
[QB-2388] Changed default fail condition for TAP reports
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 6.0.10 |
| Fix Version/s: | 6.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | John Szakmeister | Assigned To: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
The default fail conditions was set to "false" which makes the tests always pass when publishing a TAP report. It's probably more useful to users to set it to "current.errors > 0"
|
| Comments |
| Comment by John Szakmeister [ 26/Mar/15 09:07 AM ] |
| I should also mention that it'd be useful to populate the "Step Failure Messages" with "Found failed tests in TAP report." too. |