Running Tests

This module hosts all the unit and integration test for this repo. Command examples given below are meant to be executed from project root.

To run all tests

$ ./gradlew tests:test

This requires the OpenWhisk system to be setup and running locally.

Running Unit Tests

To just run the unit tests

$ ansible-playbook -i ansible/environments/local ansible/properties.yml
$ ./gradlew tests:testUnit