Skip to content

Releases: inferno-framework/ips-test-kit

IPS Test Kit v0.10.2

28 Oct 15:45
51821d1
Compare
Choose a tag to compare

What's Changed

  • Separation of IPS $summary Tests with Configurable Variables for Reusability by @projkov in #46

Full Changelog: v0.10.1...v0.10.2

IPS Test Kit v0.10.1

05 Jul 21:04
3cc9f0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

IPS Test Kit v0.10.0

05 Jun 17:47
0cc7bd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

IPS Test Kit v0.9.0

07 Mar 18:16
6c1b76f
Compare
Choose a tag to compare

This version includes several improvements and fixes, including:

  • Updates HL7 IPS Reference Server preset to point to new domain
  • Adds separate preset for content-only tests, and fixes issues where preset was rendering as Ruby object instead of JSON in the input field for the test
  • Adds descriptions to suite and tests to describe the testing capability of this set of tests and how to use the presets
  • Removes $document operation test as it had a critical bug in the Inferno test, but is not documented in the current version of the IPS IG and there are no known reference implementations so fixing it was not possible
  • Updates $summary test to use GET as the POST version for FHIR Operations in Inferno forces a Content-Type header when it is not appropriate, which causes issues in some reference implementations
  • Updates inferno_core dependency to ensure that GET for FHIR Operations is provided
  • Adds very basic $docref test that verifies support for this operation and initiates a request, but does very little to validate the response due to lack of available references
  • Updates to v0.9.0 to match convention of other test kits that are ready to be deployed to inferno.healthit.gov

IPS Test Kit v0.1.1

03 May 17:08
4300313
Compare
Choose a tag to compare
  • Updated the IG to version 1.1.0
  • Added a group for MedicationRequest

v0.1.0

28 Oct 12:18
4fb0b09
Compare
Choose a tag to compare
  • Update to use new version of inferno_core with ruby 3

v0.0.2

17 Aug 14:09
22108c9
Compare
Choose a tag to compare

Update to support inferno_core 0.0.5 with asynchronous test running.