Skip to content

Commit

Permalink
Add instructions for loading external test kits.
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed Feb 9, 2024
1 parent 64c7a1f commit ed1f9a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ gemspec

# To test with the g10 test kit (this also adds the US Core, SMART, and TLS test
# kits):
# - Uncomment this line:
# - Uncomment this line (and change test kit gem as necessary):
# gem 'onc_certification_g10_test_kit'

# - Run `bundle`
# - Uncomment the require at the top of
# - Uncomment (and change as necessary) the require at the top of
# `dev_suites/dev_demo_ig_stu1/demo_suite.rb`.

group :development, :test do
Expand All @@ -36,4 +36,4 @@ group :test do
gem 'simplecov-cobertura'
gem 'webmock'
gem 'factory_bot'
end
end
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,22 @@ Inferno Core can then be accessed by navigating to

To only run the server (JSON API with no UI): `bundle exec puma`

If you would like to test other test suites with changes being made
to Inferno Core, you may do so by following the instructions
provided in the Gemfile:

```ruby
# To test with the g10 test kit (this also adds the US Core, SMART, and TLS test
# kits):
# - Uncomment this line (and change test kit gem as necessary):
# gem 'onc_certification_g10_test_kit'

# - Run `bundle`
# - Uncomment (and change as necessary) the require at the top of
# `dev_suites/dev_demo_ig_stu1/demo_suite.rb`.

```

## Running tests via JSON API
With the server running, first retrieve a list of available test suites:
```
Expand Down

0 comments on commit ed1f9a2

Please sign in to comment.