Hi folks!
Very new to Pact here, coming mainly from e2e testing with Cypress. I'm having some difficulty in transitioning from the 'Getting Started' workshop to actually getting started in my repo.
My question (and I feel dumb even asking):
what's the bare minimum command I'd need to run a pact consumer test in my CLI, after installing with something like npm/yarn? Most of the examples in the Pact docs have references to mocha, react-scripts, jest, etc, and I'm trying to figure out what is and isn't necessary.
Ideally I'm thinking there must be something like
yarn run pact --spec product.pact.test.js --prefix consumer
Seems such an obvious one, but I've been looking through docs and examples for a lot of this afternoon