relevance/tarantula

rake tarantula:report does not open HTML report when a test fails

Opened this issue · 1 comments

"rake tarantula:report" only opens the HTML report if all Tarantula tests pass. (When all tests pass, you don’t usually need to look at the report. You really want to see the report when tests are failing.)

"rake tarantula:report" should always show the HTML report, regardless of whether the Tarantula tests pass or fail.

original LH ticket

This ticket has 0 attachment(s).

rake tarantula:report now always open the HTML report even if there are test failures. Closed by 61ab75f.