Skip to content
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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

GilmoreA6
Copy link
Collaborator

This PR adds documentation for testing receiver settings, filters, and transforms and provides an example test plan

Linked Issues

@GilmoreA6 GilmoreA6 requested a review from a team as a code owner September 9, 2024 23:58
Copy link

github-actions bot commented Sep 9, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

github-actions bot commented Sep 10, 2024

Test Results

1 246 tests  ±0   1 242 ✅ ±0   7m 59s ⏱️ -5s
  162 suites ±0       4 💤 ±0 
  162 files   ±0       0 ❌ ±0 

Results for commit 5c225b1. ± Comparison against base commit 1956fe0.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Sep 10, 2024

Integration Test Results

 53 files   53 suites   28m 32s ⏱️
411 tests 402 ✅ 9 💤 0 ❌
414 runs  405 ✅ 9 💤 0 ❌

Results for commit 5c225b1.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@victor-chaparro victor-chaparro left a 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

```
Copy link
Collaborator

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.

Copy link
Collaborator

@lucero-v lucero-v left a 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! 👏

Copy link

sonarcloud bot commented Oct 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write testing plan documentation including how to ensure filters are working as intended
3 participants