I have seen this post on how to re-run failed tasks in cucumber.
I'm using jenkins IC and gradle as build tool.
How would you create a re-run task?
Using gradle task? What syntax is used in my
build.gradle
today? Shell script?run { args += ['-f', 'html:build/reports/cucumber/', '-f', 'json:build/reports/cucumber/report.json', '--glue', 'com.waze.testing.cucumber', 'src/main/resources/features', '--tags', '~@ignore'] }
Writing python scrip? The problem is I don't remember python.
Using any jenkins cucumber plugin? (I have this plug in, but didn't see any helpful step)