erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Break up if the first failure occures #111

Open FrankUrbach opened 2 years ago

FrankUrbach commented 2 years ago

Hi Erik This pull request is more a prove of concept than a fully elaborate solution. The intend of this pull request is, that I faced during the work the need to abort the test run when the first error occurs. Otherwise I had to wait until all tests are ready. In the case of the BDD tests in TypeDB this can be several minutes. So I want shorten this process. As I said this is only a showcase what I was trying to achieve not a full fledged implementation.

Best Frank

erikedin commented 2 years ago

Hi Frank!

Thanks, I'll have a look. I definitely see the value in having an option to do that.