Postman tests for the DIPS EHR Store openEHR server implementation. In addition to our proprietary API, we include tests for the open EHR REST API. Users can either run the tests through a command-line interface, or through Postman.
Use the run.ps1 script to run the tests:
$ ./run.ps1 -Url "http://localhost:9000"
Note that you'll need to install Node.js and npm prior to running these tests.