Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not fail tests ultimately after first test error #15

Merged
merged 3 commits into from Feb 20, 2019
Merged

Do not fail tests ultimately after first test error #15

merged 3 commits into from Feb 20, 2019

Conversation

spanierm42
Copy link
Contributor

Hi @artsok,

I tried to fix the issue #8 with this pull request. The solution was inspired by @mkobit's solution described in https://stackoverflow.com/a/46207476. More precisely, I changed the repetition logic to abort a failed test rather than failing it as long as there are enough repetitions left that allow to reach the minSuccess count.

Moreover, I needed to do a bit of refactoring and tried to run the tests programmatically instead of manually (by removing the @Disabled annotation).

I am looking forward to your feedback and hope to get the feature released as soon as possible as it it is crucial for any CI/CD automation.

Best regards

@spanierm42
Copy link
Contributor Author

Thanks for merging, @artsok. Do you already have plans for a new release on Maven Central including this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants