inferno-framework / bulk-data-test-kit

Inferno Test Kit for servers implementing the Bulk Data Access Implementation Guide
Apache License 2.0
0 stars 0 forks source link

FI-2399: Integrate Backend Service Authentication and Cleanup #8

Closed emichaud998 closed 7 months ago

emichaud998 commented 7 months ago

Summary

Temporarily pulled in the smart_app_launch_test_kit 'FI-2247-backend-services-migration' branch directly into the bulk data test kit Gemfile with this line of code: gem 'smart_app_launch_test_kit', git: "https://github.com/inferno-framework/smart-app-launch-test-kit.git", branch: "FI-2247-backend-services-migration"

This temporary addition to the project's Gemfile allows this branch to integrate the backend services test group from the FI-2247-backend-services-migration branch into the bulk data test kit. The smart_backend_services test group is pulled into the v1.0.1 and the v2.0.0 bulk data test suites. Eventually, when the smart backend services changes have been added into the latest smart app launch test kit release, the line in the Gemfile can be removed.

Testing Guidance

Run the test kit locally and run the test kit with the Inferno Reference Server preset and ensure all Smart Backend Services tests pass, and ensure the bearer token is getting properly outputted and inputted into subsequent tests that require that input.