有没有办法在规范中按顺序运行测试?
@Stepwise
class TestSpec extends GebReportingSpec {
def 'A'(){
//
}
def 'B'(){
//
}
def 'C'(){
//
}
}
有没有办法可以强制 A 在 B 之前运行而 B 在 C 之前运行?
谢谢,Shravanthi
有没有办法在规范中按顺序运行测试?
@Stepwise
class TestSpec extends GebReportingSpec {
def 'A'(){
//
}
def 'B'(){
//
}
def 'C'(){
//
}
}
有没有办法可以强制 A 在 B 之前运行而 B 在 C 之前运行?
谢谢,Shravanthi