https://github.com/inferno-framework/inferno-template
Use this template to start making your own Inferno Test Kit
https://github.com/inferno-framework/inferno-template
Last synced: 8 months ago
JSON representation
Use this template to start making your own Inferno Test Kit
- Host: GitHub
- URL: https://github.com/inferno-framework/inferno-template
- Owner: inferno-framework
- License: apache-2.0
- Created: 2021-06-24T13:25:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T20:03:47.000Z (11 months ago)
- Last Synced: 2025-07-17T22:54:55.696Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 75.2 KB
- Stars: 13
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inferno Template Test Kit
Inferno template [Inferno](https://github.com/inferno-community/inferno-core) Test Kit
for FHIR testing.
## Getting Started
The quickest way to run this test kit locally is with [Docker](https://www.docker.com/).
- Install Docker
- Clone this repository, or download an [official release](/releases) if available.
- Run `./setup.sh` within the test kit directory to download necessary dependencies
- Run `./run.sh` within the test kit directory to start the application
- Navigate to `http://localhost`
## Instructions for Developing Your Test Kit
Refer to the Inferno documentation for information about [setting up
your development environment and running your Test Kit](https://inferno-framework.github.io/docs/getting-started/).
More information about what is included in this repository can be [found here](https://inferno-framework.github.io/docs/getting-started/repo-layout-and-organization.html).
## Documentation
- [Inferno documentation](https://inferno-framework.github.io/docs/)
- [Ruby API documentation](https://inferno-framework.github.io/inferno-core/docs/)
- [JSON API documentation](https://inferno-framework.github.io/inferno-core/api-docs/)
## Example Inferno Test Kits
A list of all Test Kits registered with the Inferno Team can be found on the [Test Kit Registry](https://inferno-framework.github.io/community/test-kits.html) page.
## License
Copyright 2025 TODO
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
```
http://www.apache.org/licenses/LICENSE-2.0
```
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
## Trademark Notice
HL7, FHIR and the FHIR [FLAME DESIGN] are the registered trademarks of Health
Level Seven International and their use does not constitute endorsement by HL7.