python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Java tests failing when running through Maven on MacOS Monterey
I’m currently seeing an issue with my Java 8/Kotlin unit tests while executing them with Maven. This started happening after upgrading to MacOS Monterey. The tests run fine through IntelliJ.
One thing...
Stefan
Votes: 0
Answers: 1
Wiremock verify doesn't work if run together with other integration tests
I'm not an expert with Wiremock and probably there's something wrong in my settings/configuration but I'm facing a weird scenario when it comes to verify a specific test.
if I run this specific test a...
Maxuel
Votes: 0
Answers: 1
In Wiremock I would like to return a 404 when a json file does not exist
In WireMock under the __files directory I have an invoices subdirectory. The number of json files in the directory changes over time.
To get an invoice I use the query like http://localhost:8080/invoi...
WillQZ
Votes: 0
Answers: 1
Wiremock - global response templating causing 500 when returning certain media files
I have a test project that requires global response templating to be enabled, because lots of the mocked responses contain dynamic content.
The problem is, I also need to return images/videos for some...
Charlie
Votes: 0
Answers: 1