Forum Discussion

axthosarouris's avatar
axthosarouris
New Contributor
4 years ago

Add necessary library files during runtime when using gradle

Hi,

We are using Cucumber in our development process in building a service in AWS. We are using DynamoDb and when we are running tests locally we are using a local instance of DynamoDb. To do this we need to include in the classpath certain library files. We have manged to do this for the test task of gradle but not for the cucumber task

Given that these files are in a folder (build/dyanamodb-local) in our project, is there a way to include them in the classpath of the cucumber task?

 

 

1 Reply

  • aslakhellesoy's avatar
    aslakhellesoy
    SmartBear Alumni (Retired)

    I assume you are using a build tool like Maven or Gradle. Please consult the manual for your build tool about how to set up the classpath.