Forum Discussion
1 Reply
- membersoundOccasional ContributorTo be more specific: can I create a *.jar containing my selenium or whatever tests, and just call the classes triggering the tests by groovy?
eg groovy:import path.to.my.jar;
new MyTestClass().executeTestCase1();
??