Hello, I am using `jest` for contract testing libr...
# pact-js
z
Hello, I am using
jest
for contract testing library. Does anyone know how I can run a single contract test in provider side? It seems every time it runs all contract tests downloaded from the broker. Is there a way to run just one?
m
There should be terminal output showing how to do that
z
yes I have seen this when it fails. The question is how I can run a single one without fail it first?
m
Same process, just need to set the env var in advance
t
The question is how I can run a single one without fail it first?
Why do you need to do this?
z
@Timothy Jones thatโ€™s because running all contract test takes give a lot of logs, it is hard to find out which log is for which test. Run individual one makes debug much easier.
๐Ÿ‘ 2
t
That's a good use case. Carry on ๐Ÿ‘
๐Ÿ˜† 1