mtz / behat-wiremock-context
facilitates interaction with wiremock in behat feature files
1.1
2022-08-19 22:27 UTC
Requires
- php: >=7.0
- behat/behat: >=3.0
- symfony/http-client: >=3.0
- symfony/http-client-contracts: >=2.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-20 07:04:09 UTC
README
Example of configuration
- MTZ\BehatContext\Wiremock\WiremockContext: baseUrl: 'http://wiremock' stubsDirectory: '%paths.base%/features/stubs'
Note: if you have installed wiremock using docker then the service name that you used in the docker compose will be the base url. in this case the assumption is the docker service name is "wiremock" therefore the baseUrl will be "http://wiremock"