forked from NHSDigital/IOPS-FHIR-Test-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
SRC Folder
Ryan May edited this page Feb 20, 2024
·
2 revisions
#Overview
- common.ts: This script is used by both the validate.ts and validator.ts, and performs tasks such as downloading FHIR packages, converting xml to json, testing files, and setting up the github summary.
- validate.ts: This script validates the FHIR resources within a repository, including all assets and examples
- validator.ts: This script validates the validator. It is used to ensure any updates to the test-script repo and validation-service repo are working as intended before pushing to the main branch.