Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 963 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 963 Bytes

EhrStore API TESTS

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.

screenshot.png

Run Tests

Powershell

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.

Postman

Import and run the collections from the src/ directory.