-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Engagment/13845 testing plan documentation #15827
base: main
Are you sure you want to change the base?
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
Integration Test Results 53 files 53 suites 28m 32s ⏱️ Results for commit 5c225b1. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really and captures a lot of good information. Jessica added a bunch of cool features to the fhirdata command while you were out.
--input-schema=<text> Mapping schema for input file | ||
-h, --help Show this message and exit | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can update this, now that we're able to pass a receiver name and org to the fhirdata command:
--receiver-name=<text> Name of the receiver settings to use
--org=<text> Name of the org settings to use
--receiver-setting-env=<text> Environment that specifies where to get the receiver settings
The command will now show if there are any errors with the filters or if the report got filtered out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This helps a lot, thanks James! 👏
Quality Gate passedIssues Measures |
…t/13845-testing-plan-documentation
This PR adds documentation for testing receiver settings, filters, and transforms and provides an example test plan
Linked Issues