Maksym Liannoi
09/02/2022, 9:49 AMtask-api-consumer-task-api-provider.json
) for checking responses to all features from the provider side or better split generating pact files depending on provider features (e.g. task-api-consumer-task-api-provider-crud.json
and task-api-consumer-task-api-provider-filter.json
) and after that writing two verification test methods on the provider side for each coming pact files?
2. Where should I save the pact file path? Is reading from a configuration file (such as launchSettings.json) for a test project better than C# constant?
3. If a consumer has many providers, which algorithm is better to use if I need to publish one pact file to a specific provider? Depend on the pact file prefix, or save the pact file in a particular folder during generation on the consumer side on passing tests?
Thanks,
MaksymMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Slackbot
09/02/2022, 10:19 AMMaksym Liannoi
09/02/2022, 10:27 AM