-
It will be marvellous if we can import/export mappings files from [WireMock](https://github.com/tomakehurst/wiremock).
Wiremock has a record and playback feature but not UI interface like mockoon
…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
Hi,
I was following executing the examples in order to understand all possibilities of `Spring Cloud Contract`
https://github.com/spring-cloud-samples/spring-cloud-contract-samples
and maybe t…
-
when running the `get_person_from_service_contract` test in IntelliJ I get the below exception, however the test works ok when running `mvn clean install` in the `complete` directory. Any clue why?
…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
Hi guys,
currently I use wiremock version:
```xml
com.github.tomakehurst
wiremock
2.19.0
I do start my wiremock server via Java like t…
-
Hi.
I've seen that Wiremock has a bad comportment when :
- I start Wiremock standalone 2.19.0 and proxy-all requests on my API server, with --record-mappings option
- I start record
- I run a fi…
-
To improve auto-completion in IDE, I added a "$schema" to my stub definition:
```json
{
"$schema": "https://raw.githubusercontent.com/tomakehurst/wiremock/master/src/main/resources/raml/schem…
-
- Configure `ReadStaticMappings(myMappingsFolder)` to import request matchers from static `.json` files
- Also Configure FileWatchers for that folder: `WatchStaticMappings(myMappingsFolder)`
- Confi…
-
Hi,
I'm using Spring Boot 2.0.7.RELEASE, Cloud Finchley.SR1 (Contract 2.0.1) with Cucumber 4.2.0 where my cucumber steps are annotated with:
`@RunWith(SpringRunner.class)
@SpringBootTest(classe…