Is there a way to to pass a path parameter with th...
# general
d
Is there a way to to pass a path parameter with the pact_verifier_cli. We aren't using state change url as we have our own service that generates test data. I have an API like the following
api/service/1/{id}/complete
. Our dynamic test data generation service creates the id but I need a way to substitute it in the CLI and make the request. It works great for the rest of our services as we can pass custom headers using the
--header
. I didn't see any for a path parameter so I am assuming it's not possible?