Run unit test class ad-hoc

Issue #171 duplicate
Michael Hoefer created an issue

I'd like to be able to right-click and execute a test from a prior test run (the test class is fine, does not have to be an individual method).

I'd also like the built-in Run All Failed Tests button to work on a failed test run. Presently it just runs all tests again. That is more of a bug.

Thanks!

Comments (7)

  1. Scott Wells repo owner

    The ad hoc config is currently covered by issue #85. As for the bug you're seeing, I've not seen that. What I've seen is that it only reruns the test classes in which test methods failed. If you're seeing it rerun all test classes from the config whether they failed or not, can you provide a standalone reproducible test case?

  2. Michael Hoefer reporter

    I'm wondering then if the latter is related to #170 which I just logged. The reproducible case is pretty simple. Run all tests, watch a few fail, click the Rerun Failed button, watch it queue up all tests again.

  3. Scott Wells repo owner

    Michael, in that other issue I commented that your indices/caches look like they might be stale for some reason. Can you see if this issue is still present once you've rebuilt those and allowed the IDE to restart?

  4. Scott Wells repo owner

    Michael, did the bug portion of this resolve along with #170? If so, I'd like to merge the enhancement aspect into #85.

  5. Michael Hoefer reporter

    I think so, yes.

    Mike Hoefer VP of Engineering STEELBRICK Next Generation Quote-to-Cash http://www.steelbrick.com/

    O:+1 6506277030 x133 mhoefer@steelbrick.com

  6. Log in to comment