fhir-crucible / testscript-engine

Ruby FHIR TestScript execution engine
Apache License 2.0
5 stars 2 forks source link

Add score for test execution only; Add to run for a specific TestScript file #2

Closed jhlee-mitre closed 2 years ago

jhlee-mitre commented 2 years ago

Added minor features:

  1. Added new score for test only. It is calculated inside the method but won't be included in TestReport. Need to discuss how we will set "options" in the engine along with the score types.

  2. Added an argument to point a specific TestScript file to execute. Without argument it runs all TestScripts in the folder.

  3. Flushed TestReports.

ms-k1ngk0ng commented 2 years ago

Great changes! I'll approve once that last fix ^ gets addressed.