atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

Allow TypeScript BDD testing for aborted scenario #569

Closed ddgenome closed 7 years ago

ddgenome commented 7 years ago

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.