us_core_test_kit 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_311.yaml +1 -0
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_311_expected.json +25910 -25068
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_400.yaml +1 -0
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_400_expected.json +27440 -1
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_501.yaml +1 -0
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_501_expected.json +39609 -41388
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_610.yaml +1 -0
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_610_expected.json +46044 -1
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_700.yaml +1 -0
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_700_expected.json +52533 -1
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_800.yaml +1 -0
- data/execution_scripts/reference_server/fhir_api_only/us_core_server_800_expected.json +50970 -53181
- data/execution_scripts/reference_server/us_core_server_610_smart_2_with_commands.yaml +2 -0
- data/execution_scripts/reference_server/us_core_server_610_smart_2_with_commands_expected.json +95754 -1
- data/lib/us_core_test_kit/generated/v5.0.1/us_core_test_suite.rb +5 -5
- data/lib/us_core_test_kit/generated/v6.1.0/us_core_test_suite.rb +3 -3
- data/lib/us_core_test_kit/generator/suite_generator.rb +8 -8
- data/lib/us_core_test_kit/version.rb +2 -2
- metadata +4 -4
|
@@ -28,6 +28,8 @@ steps:
|
|
|
28
28
|
status: created
|
|
29
29
|
start_run:
|
|
30
30
|
runnable: 1.3
|
|
31
|
+
inputs:
|
|
32
|
+
url: https://inferno.healthit.gov/reference-server/r4 # always against prod, even on qa
|
|
31
33
|
action_description: Run Group 1.3 Standalone Launch
|
|
32
34
|
|
|
33
35
|
- state_description: Wait at test 1.3.2.02 OAuth server redirects client browser to app redirect URI
|