hello,
I have a question
can I move a groovy file in another package?
hello,
I have a question
can I move a groovy file in another package?
supposed you are talking about a custom keyword, yes, you can. after that you have to edit the first line in the keyword, the one with package to match with the new package name
in the scripts folder -> groovy -> default package
I have tests written in groovy.
I was wondering if it was possible to move them to a new package