erikedin / Behavior.jl

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

Insert the possibility to break up the test if the first failed test occurred #110

Closed FrankUrbach closed 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.

FrankUrbach commented 2 years ago

My changes didn't arrived in this pull request.