We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb35548 commit b65cc49Copy full SHA for b65cc49
docs/robotframework.md
@@ -28,14 +28,14 @@ execute all the steps that we need:
28
29
1) run the application:
30
```console
31
- ./mvnw spring-boot:run`
+ ./mvnw spring-boot:run
32
```
33
2) in another terminal, run Wiremock server, only if your test need it:
34
35
- ./mvnw wiremock:run -DkeepRunning=true`
+ ./mvnw wiremock:run -DkeepRunning=true
36
37
3) in another terminal, run integration tests as many times as you need:
38
39
- ./mwnw robotframework:run -Dincludes=testme`
+ ./mwnw robotframework:run -Dincludes=testme
40
41
0 commit comments