MaibornWolff / alt-core-js

Acceptance & Load testing framework
https://www.npmjs.com/package/@maibornwolff/alt-core-js
MIT License
7 stars 1 forks source link

Make it possible to run certain actions even though the scenario execution failed #47

Closed bboron86 closed 4 years ago

bboron86 commented 5 years ago

It's common practice during a scenario run to create some context, run the business logic, and then delete the context at the end. If the scenario fails however, the context (e.g. registered users) remain in the system.

It would be great to have the chance to declare an action as "always-runnable" and so to execute it event though the main scenario flow failed at some stage.

bboron86 commented 5 years ago

see #48

johannesloher commented 4 years ago

@bboron86 If I am not mistaken, this is implemented with invokeEvenOnFail from #48, is that correct? If yes, let's close this issue.