Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ and easy-to-use framework for simulating user load and measuring system performa
To run the performance tests locally, follow these steps:

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))

For using the docker file, run the following command:
```bash
docker compose -f src/test/resources/docker-compose.yml up
```
2. Execute the following command in your terminal:

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