slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

Ability to terminate test executions at first error #120

Closed hlship closed 9 years ago

hlship commented 9 years ago

My tests tend to generate a LOT of output while running, it somewhat unavoidable ... mostly because I need that output to figure out what's gone on when there's a failure.

What I would really like is an option to terminate the test execution early if there is a test failure. This would significantly improve my signal-to-noise ratio.

Currently using Speclj 3.1.0.

slagyr commented 9 years ago

Closing as duplicate of https://github.com/slagyr/speclj/issues/105