Spock: How to use test data with @Stepwise
问题 I used @Stepwise for automation. 8 test methods are running sequentially to complete the process. One of the methods take parameter and I want to pass different parameters to the method. But the problem is: The method takes first set of parameter, then parameters are processed AND instead of proceeding to the next method, the method takes next set of parameter. The source looks like: @Stepwise class AOSearchPageTest extends GebReportingSpec { def "first_method"() { } def "second_method"() {