Hello Renato,
Thank you a lot for so full and helpfull answer. Unfortunatelly, I've stuck with the first part: run geb tests using LoadUI. I've copied all needed jars (I hope so) in the ext folder, but I get the following error:
"TriggerTimestamp","Status","Result","TimeTaken","Timestamp" "13:02:42:151","","org.codehaus.groovy.control.MultipleCompilationErrorsException: Script1.groovy: 7: unable to resolve class com.qa.clientconfig.ReportingSpecification @ line 7, column 1. import com.qa.clientconfig.ReportingSpecification; ^ 1 error ","376","13:02:42:152" |
What I'm doing: I'm writting tests for application using Geb+Spock in Eclipse. I'm writting them in page object and have several packages (for pages, specifications, configurations,etc.). My dream - is launch existing specifications in LoadUI and it imports everything needed from another packages itself. Is it possible? Or in LoadUI I can run only a one file/script without any references to other sources?
In case with the error above, LoadUI might be can't find this class/file, because it's called "ReportingSpecification" and placed in the "com.qa.clientconfig" folder, but I have no idea how let him know where to search for this file and work with it.
Thanks in advance for any ideas how I can realize my dream if it's possible.
Evgeniy.