cqframework / cql-tests-runner

Test Runner for CQL Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cql-tests-runner

Test Runner for the CQL Tests repository. This node application allows you to run the tests in the CQL Tests repository against a server of your choice using the $cql operation.

The application runs all the tests in the repository and outputs the results as a JSON file in the results directory. If the output directory does not exist, it will be created.

Setting up the Environment

This application requires Node v21 or above (to make use of the fetch API). Node Download

Install the application using

npm install

Environment Variables

Environment variables are set in the environment/global.json file:

{{basicUser}} -- your user name on the server being tested.
{{basicPass}} -- your password on the server to be tested.
{{serverUrl}} -- the url of the FHIR CQL server to be tested.

About

Test Runner for CQL Tests

License:Apache License 2.0


Languages

Language:JavaScript 92.3%Language:ANTLR 7.7%