You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hui depends heavily on mock HTTP servers in testing. It also uses prebaked responses to a wide range Solr API requests. Pact contract testing can be replied upon to ensure that the test mocks are faithful and resilient to future Solr API changes.
Tasks
spike/investigate ways of generating Pact contracts in Bypass expectations
(if) submit PR for Bypass DSL to have options in Pact contracts generation
implement Pact (Solr) provider verification via mix task and Docker instances
update all unit/integration tests
The text was updated successfully, but these errors were encountered:
Hui
depends heavily on mock HTTP servers in testing. It also uses prebaked responses to a wide range Solr API requests. Pact contract testing can be replied upon to ensure that the test mocks are faithful and resilient to future Solr API changes.Tasks
The text was updated successfully, but these errors were encountered: