Use Prism in Bitbucket pipelines for integration test #2158
Unanswered
tonybentley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I would like to use Prism as a service mock in Bitbucket pipelines, but have not been successful.
docker-compose:
I have tried using script and running various commands in bitbucket-pipelines.yml:
No success with several iterations of volumes and script. The result is always:
Which seems to indicate that it's using the default ENTRYPOINT of
prism.All reactions