grails-functional-test-development
grails-functional-test-development copied to clipboard
How to run several test cases in one class independently?
Hi,
I am a new beginner in Geb for testing groovy and grails functionally. And I have wrote several test cases in one spec class and would like to run them one by one independently. The case now is all of my test cases have related effects between each other. Do I need to write something in the GebConfig.groovy or somewhere else?
Thanks all of you!