File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ execute all the steps that we need:
32
32
```
33
33
2 ) in another terminal, run Wiremock server, only if your test need it:
34
34
``` console
35
- ./mvnw wiremock:run -DkeepRunning =true
35
+ ./mvnw wiremock:run -Dwiremock.keepRunning =true
36
36
```
37
37
3 ) in another terminal, run integration tests as many times as you need:
38
38
``` console
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ WireMock is automatically running/stopping during integration tests execution (`
10
10
## Running manually
11
11
In order to run the server as a standalone process:
12
12
``` console
13
- $ ./mvnw wiremock:run -DkeepRunning =true
13
+ $ ./mvnw wiremock:run -Dwiremock.keepRunning =true
14
14
```
15
15
16
16
After that the mock server will be available on 8888 port.
Original file line number Diff line number Diff line change 699
699
700
700
<togglz .version>2.6.1.Final</togglz .version>
701
701
<war .plugin.version>3.3.1</war .plugin.version>
702
- <wiremock .plugin.version>5 .0.0</wiremock .plugin.version>
703
- <wiremock .version>2.25.1 </wiremock .version>
702
+ <wiremock .plugin.version>7 .0.0</wiremock .plugin.version>
703
+ <wiremock .version>2.27.2 </wiremock .version>
704
704
</properties >
705
705
706
706
<build >
You can’t perform that action at this time.
0 commit comments