Classes/Libraries for context, testRunner, log variables to import in IntelliJ
I often call Groovy classes from within ReadyAPI, and I pass in the context, testRunner, and log variables. This works fine when running from ReadyAPI. However, I'd like to be able to independently unit-test my classes within IntelliJ, so I'd like to know which ReadyAPI class(es)/libraries I would need to import in my project. Is there any documentation on how to do that?
In other words, I have a base class that defines the context, log, and testRunner variables in my external project, but thanks to Groovy, I don't need to define their types. I'm just looking for that information so that I can "test the tests" from with IntelliJ. I've looked through the API docs but there's quite a lot of classes there!
Thanks
You need to add all ReadyAPI libraries (including 3rd party jars) in your Java path.
See https://support.smartbear.com/readyapi/docs/integrations/junit.html for more.
Best regards,
Karel