Template for querying existing CTP projects using Cornichon
By default the tests target the production API but you can change manually the content of the configuration in src/test/resources/reference.conf
.
Warning, the tests require the definition of the clientId
and clientSecret
for your project.
The project contains sbt-extras so you do not need to install sbt
.
In the root folder run sbt test
or /.sbt test
to use the sbt-extra script.
For more sbt
commands see this doc