Hi all, question about running the consumer tests,...
# pact-js
m
Hi all, question about running the consumer tests, is there a way to run only 1 test, or do we need to run the full suite every time we are adding something new? Most of my experience is related to Cypress / Selenium… so I’m wondering if there is a such thing in contract tests
t
Consumer tests are driven by your unit testing framework, so yes. You can just use whatever mechanism that has for restricting tests
👍 1