You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorials can be run as tests from within the sdk folder. First set up your API credentials (if using a secrets.json file place this in the sdk/src/test/resources folder) and then run the tests using the following command:
$ mvn -e -fae test
Docker
The tutorials can also be run using docker. Build and run the container using docker-compose
$ docker-compose up --build && docker-compose rm -f
Alernatively run using docker commands
Build the container
$ docker build -t finbourne/lusid-sdk-java-test .
Run the tests
$ docker run --rm -it --name lusid-sdk-java-test -v `pwd`:/usr/src finbourne/lusid-sdk-java-test