Functional testing¶
Documentation for running the OpenCMISS-Iron functional testing framework can be found in the following link.
For convenience, a script is provided for setting up the functional testing framework and running all the tests with a OpenCMISS-Iron docker installation.
This script will create a new folder in the ~/work/functional-tests folder within the docker container (also accessible from your host operating system’s oc/opt folder as described on the Getting started, installation, docker documentation page).
- Navigate to the instructions on the Getting started, running, terminal documentation page.
- Follow the instructions for your operating system until the step asking you to
run the following - Copy the command for running the docker container and paste it into your terminal or PowerShell.
- Replace the
start.shscript withstart-functional-tests.sh - Run the command to execute the tests.
- Type exit to shutdown the docker container.
To rerun the tests, on your host operating system, remove the oc/opt/functional-tests folder and rerun the steps above.