Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 769 Bytes

readme.md

File metadata and controls

41 lines (26 loc) · 769 Bytes

Spark FHIR Integration Tests

Setup

  1. Build the latest Spark Docker image.
  2. Run Spark service:
mkdir -p logs html_summaries
docker-compose up -d spark

Running integration tests

Listing all available tests

docker-compose run --rm --no-deps plan_executor ./list_all.sh r4

Running particular test

docker-compose run --rm --no-deps plan_executor ./execute_test.sh http://spark.url/fhir r4 FormatTest

Running all tests

docker-compose run --rm --no-deps plan_executor ./execute_all.sh http://spark.url/fhir r4

Test results

Test results are stored in HTML format in html_summaries directory. Each test result is stored in a separate subdir.

Test logs

Test logs can be found in logs directory.