Stream: crucible
Topic: Custom Testcases
Srilatha Vemuri (Nov 01 2018 at 21:26):
Hi, How can i use Crucible to create custom testcases against FHIR resources. Can i use the public test server, if so is there any documentation OR will i have to deploy my own instance of Crucible and configure ?
Appreciate your help.
Robert Scanlon (Nov 02 2018 at 00:44):
You cannot use the public instance to create & run new test cases. You need to run a local copy. The component of Crucible that runs tests is called 'plan_executor', located here: https://github.com/fhir-crucible/plan_executor
Robert Scanlon (Nov 02 2018 at 00:44):
That includes instructions for adding a new test case
Robert Scanlon (Nov 02 2018 at 00:46):
That does not include the Crucible UI though (it only has a command line interface). In order to get the Crucible UI, you need to also locally install and run Crucible https://github.com/fhir-crucible/crucible, and then point Crucible to the copy of plan_executor that you have downloaded and created a new test case in.
Robert Scanlon (Nov 02 2018 at 00:47):
If you are interested in trying to get that set up let me know, though it is a bit involved if you aren't familiar with Ruby and web application deployment
Srilatha Vemuri (Nov 02 2018 at 18:39):
If you are interested in trying to get that set up let me know, though it is a bit involved if you aren't familiar with Ruby and web application deployment
Thank you Robert. I will be interested to setup. Let me go ahead and try from the documentation provided, will reach out to you if i run into any issues, which im certain i will, Im not a Ruby person, though i understand the web development
Robert Scanlon (Nov 02 2018 at 18:40):
Sounds good, let me know. Good luck!
Last updated: Apr 12 2022 at 19:14 UTC