I have installed tienvx/codeception-pact-php-extension and enabled it in my acceptance.suite.yml according to README.
I made a free account at pactflow.io and configured PACT_BROKER_URI and PACT_BROKER_BEARER_TOKEN in my acceptance.suite.yml
I have a simple Codeception Cest in my project
When I codecept run acceptance pact-mock-service is started, my cest is run and pass and then an empty pact file is uploaded to broker.
Everything seems to work, but no PACT testing is happening. I cant find out how to write a codeception test in my suite that will generate a PACT file and run a PACT test as provider or as a consumer.
I would be nice to provide some test examples for someone with no PACT experience.
I have installed tienvx/codeception-pact-php-extension and enabled it in my acceptance.suite.yml according to README.
I made a free account at pactflow.io and configured PACT_BROKER_URI and PACT_BROKER_BEARER_TOKEN in my acceptance.suite.yml
I have a simple Codeception Cest in my project
When I codecept run acceptance pact-mock-service is started, my cest is run and pass and then an empty pact file is uploaded to broker.
Everything seems to work, but no PACT testing is happening. I cant find out how to write a codeception test in my suite that will generate a PACT file and run a PACT test as provider or as a consumer.
I would be nice to provide some test examples for someone with no PACT experience.