- Add documentation in github pages
- Add ability to lock inputs
- Add initial version of
inferno
CLI command.- Breaking change: migrations are no longer run automatically. They can be
run manually with
inferno migrate
. This will also break unit tests in test kit repos. Test kit repos should add these lines above the line withrequire 'inferno'
inspec/spec_helper.rb
:require 'inferno/config/application' require 'inferno/utils/migration' Inferno::Utils::Migration.new.run
- Breaking change: migrations are no longer run automatically. They can be
run manually with
- Fix long request URLs pushing buttons off screen
- Add ability to declare inputs optional
- Prevent multiple simultaneous test runs within a single session
- Add ability to declare that tests must be run as a group
- Add temporary in-memory storage for use within a test run
- Add ability to configure tests
- Fix sidekiq dependency
- Add bearer token support to FHIR Client DSL
- Add ability to serve custom endpoints from a test suite
- Run tests asynchronously and support resuming a test run
- Add ability to set default input values
- Update UI to populate inputs with session data
- Update UI to distinguish between requests a test makes vs. those it uses
- Include factories in gem
- Initial working gem release
- Initial gem release