jpmorganchase / fusion-java-sdk

A Java SDK for the Fusion platform API
https://fusion.jpmorgan.com
Other
11 stars 10 forks source link

e2e integration tests #26

Open martinmcclintock opened 1 year ago

martinmcclintock commented 1 year ago

Initial work was started on this (splitting the integration tests out by tag and running under failsafe), but more test cases need to be added

knighto82 commented 1 year ago

Initial investigation is going to looks to ascertain if PACT would be a good fit for our integration tests.

This depends on two key areas of investigation:

  1. Creating a specific artifact containing pact resources during package phase within the consumer (off-prem)
  2. Pull this artifact containing the pact resources within the producer (on-prem) and use for tests.