Add necessary library files during runtime when using gradle
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020
01:13 PM
06-05-2020
01:13 PM
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020
02:29 AM
06-15-2020
02:29 AM
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.
------
I'm the creator and lead developer of Cucumber Open.
I'm the creator and lead developer of Cucumber Open.
