Forum Discussion

lauravachon's avatar
lauravachon
Contributor
5 years ago
Solved

How can I include dependencies from an external jar file into a groovy script test step

Hello Community,   I am using the ready-api maven plugin. I have my dependency in the pom.xml. The depedency is being downloaded. My question is how can I use the classes in this jar file in a gr...
  • JustinM89's avatar
    5 years ago

    Within ReadyAPI, you can go to Preferences > ReadyAPI, and there is a "Custom Java libraries" section where you can point to JARs and folders, I think this may be what you're looking for. But just to clarify, you want to access classes from the readyapi-maven-plugin JAR in your Groovy scripts?