citrusframework / yaks

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

fix(#411): Fix pre test script error handling #414

Closed christophd closed 2 years ago

christophd commented 2 years ago

Make sure to only skip the current test that has errors in pre test scripts. The other tests in the same test group should continue to run as usual.

Fixes #411