our api responses are usually very big and when ru...
# general
s
our api responses are usually very big and when running provider verification for multiple consumers we have large logs even with
error
logLevel. How to make it manageable and to be able to debug from those? maybe a flag to not show the actual responses but just the error and differences. or any other tips?
b
which language+version?
s
pact-js
@pact-foundation/pact": "^9.16.4
b
I’ll need someone to let me know if that’s a ruby backed one or a rust backed one.
@Matt (pactflow.io / pact-js / pact-go) will know.
m
Ruby
s
Hey 👋 Any solution/advise for me here on the problem?
b
There's no way to turn off the noise, but do you know how to run just one test at a time?
You run the test with the PACT_DESCRIPTION and PACT_PROVIDER_STATE env cars set.
👍 1