sanj
7 years agoSuper Contributor
Global groovy class or a groovy wrapper class
Let me state what I am curently doing because I have not found a good way of just chaving my code as a class and just re-using it.
Currently I have same grovy code everywhere
How can I just create a class and just import and use it
Issues I have it that the class needs to use Ready API test runners and context in order to run the tests
so that would mean I will have to import these modules
I have not found a good way of doing ths yet
But in hindsight I would really like to avoid having the same code all over the place.