To properly run the test suite there are few requisites need to be in place:
- At my.redlink.io, create an app
test
, includingdbpedia
,freebase
and a custom dataset namedtest
. - Copy the api key into the
src/test/resources/api.key
file. - Run the test suite with Maven or any compatible IDE:
mvn test