Skip to content

Commit c3dda41

Browse files
authoredFeb 28, 2025
Add docker command to the readme file (#69)
1 parent 61ef2be commit c3dda41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ and easy-to-use framework for simulating user load and measuring system performa
3232
To run the performance tests locally, follow these steps:
3333

3434
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+
```
3540
2. Execute the following command in your terminal:
3641

3742
**Standard** `export SIMULATION_PRESET='standard' && ./mvnw gatling:test` \

0 commit comments

Comments
 (0)
Failed to load comments.