Replies: 2 comments 11 replies
-
I don't think we need to make this unnecessarily complex within stryker. if you have very specific preconditions, make them preconditions in whatever automation you use. We already provide testcase filter support, and we could provide support for not allowing any failing unit tests as well (binary option, allow failing unit tests default true, but no option to specify percentage of failing unit tests). If you would like support for not allowing any failing unit tests please create a feature request. |
Beta Was this translation helpful? Give feedback.
-
Hey there, a bit late to the party but first of all thanks for implementing this, second just wanted to link this discussion on the same topic I started back in a day. My opinion is that the implemented solution can probably even deprecate the 50%-breaking-tests approach. That will simplify the code. If so, I can take care of removing it (removing code is always a pleasure :D). But well surely it can stay also. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to extend stryker flow with additional pre conditions? For example if any or specific unit test failed after initial test run?
Currently there is only one condition (50% of tests are failed).
Beta Was this translation helpful? Give feedback.
All reactions