atomist-attic / rug

DEPRECATED Runtime for Rugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow TypeScript BDD testing for aborted scenario

ddgenome opened this issue · comments

There is currently no way to test if a scenario is aborted. The current logic short circuits all Then steps if world.aborted() is true.