citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 28 forks source link

[WIP] fix(#433): Optimize failure() script condition #434

Open christophd opened 2 years ago

christophd commented 2 years ago

Make sure to run the pre/post script steps that use condition failure() only on those tests that actually have a failed test result instead of evaluating the failure state for the whole test suite.

Fixes #433