You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ and easy-to-use framework for simulating user load and measuring system performa
32
32
To run the performance tests locally, follow these steps:
33
33
34
34
1. Start OpenMRS on port 80. (Use the docker file: [src/test/resources/docker-compose.yml](src/test/resources/docker-compose.yml) It contains demo patients for the test. [Learn more](#generating-demo-patient-data))
35
+
36
+
For using the docker file, run the following command:
37
+
```bash
38
+
docker compose -f src/test/resources/docker-compose.yml up
39
+
```
35
40
2. Execute the following command in your terminal:
0 commit comments