anotherchrisberry / spock-retry

Spock extension to allow test features and specifications to be retried before failed
MIT License
34 stars 15 forks source link

Support selection of exceptions that can be retryed or not #32

Closed doumdoum closed 5 years ago

doumdoum commented 5 years ago

Support selection of exceptions that can be retryed or that should not be retryed.

anotherchrisberry commented 5 years ago

I really like this! Some minor formatting and naming things aside, this is great.

doumdoum commented 5 years ago

Hi, Thx for your fast review. Would be great to add CI in project. FYI when i run tests within intellij it runs fine but when i run them from command line i got an error on: com.anotherchrisberry.spock.extensions.retry.RetryOnFailureSubSubclassSpec > feature override FAILED java.lang.Exception at RetryOnFailureSubSubclassSpec.groovy:23 It fails also on master.

anotherchrisberry commented 5 years ago

Released in 0.6.5 - thanks again!