citrusframework / yaks

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

Pre script errors skip the test group execution #411

Closed christophd closed 2 years ago

christophd commented 2 years ago

When running a test group with multiple tests a single error in one of the pre test scripts results in all following tests in that group to be skipped.

Expected behavior is that the test with the failing pre script is skipped but all following tests run as usual.