CDCgov / trusted-intermediary

Bringing together healthcare providers by reducing the connection burden.
Apache License 2.0
11 stars 5 forks source link

Add index to HL7 parser used for e2e tests #1595

Closed GilmoreA6 closed 6 days ago

GilmoreA6 commented 6 days ago

Assertions for E2E tests currently can only check the first repetition of any segment or field. We need to add indexing to the parser so we can check specific repetitions for values

basiliskus commented 6 days ago

May relate to: https://github.com/CDCgov/trusted-intermediary/issues/1532

GilmoreA6 commented 6 days ago

Determined we do not need this now as we are shifting to a "golden copy" testing strategy"