-
### Proposal
After switching maven artifact group from _com.github.tomakehurst_ to _org.wiremock_ the following exception occurred:
`java.lang.NoSuchMethodError: 'void wiremock.org.eclipse.jetty…
-
**Describe the bug**
Getting below error when using latest dependency of wiremock in the project.
`java.lang.NoSuchMethodError: 'void com.github.tomakehurst.wiremock.extension.responsetemplating.R…
-
# 目的
モック実装の練習のために、現状のテストをすべてMockで動くようにしたい
#
- [x] モックを作成し、Curlやpostmanで疎通確認をする
- [ ] mockで動くテストを1つつくる
- [ ] baseAPIをmockに向けて切り替えできるようにする
- [ ] mockを拡張する
-
### Proposal
Summary
Hi maintainers! I'm not a security researcher and this is my first report so sorry if this shouldn't be here.
I found that if a request is sent with larger than actual co…
-
How to perform in wiremock-standalone?
Ex:
java -jar wiremock.jar --extensions wiremock-webhooks-extension
-
### Proposal
After running the command docker run -p 8080:8080 --name wiremock wiremock/wiremock, it displays the message:
_Digest: sha256:43e6d9027f14a6e667fa2dada4b2c8195535504141d3d4dc082e1ba30…
-
The docker image: mockserver/mockserver:latest appears to be vulnerable
- [ ] Which version of WireMock you're using - wiremock/wiremock:2.32.0-alpine
- [ ] How you're starting and configuring Wir…
-
Feature request:
The posibility to configure WireMock standalone with a parameter for a configuration file, which contains all further configurations.
Reasons:
* In http://wiremock.org/docs/ru…
resah updated
3 years ago
-
### Proposal
After upgrading wiremock 2.x to 3.x having CPU Throttling issue while running performance testing(locust in our case) in Docker containers.
Attached the 2 version comparison details (JF…
-
With Wiremock 3.0.0, groupId and artifactId have changed from
com.github.tomakehurst:wiremock-jre8-standalone
to
org.wiremock:wiremock-standalone
By adapting the coordinates, you …