Skip to content

Commit 0652716

Browse files
dilankavishkajayasanka-sack
andauthoredMar 4, 2025
Update the readme with the dependency installation command (#76)
--------- Co-authored-by: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com>
1 parent 0a844c6 commit 0652716

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ and easy-to-use framework for simulating user load and measuring system performa
3131

3232
To run the performance tests locally, follow these steps:
3333

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
34+
1. Install dependencies (and compile)
35+
```bash
36+
./mvnw install -DskipTests
37+
```
38+
2. 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))
39+
```bash
3840
docker compose -f src/test/resources/docker-compose.yml up
39-
```
40-
2. Execute the following command in your terminal:
41+
```
42+
3. Execute the following command in your terminal:
4143

4244
**Standard** `export SIMULATION_PRESET='standard' && ./mvnw gatling:test` \
4345
**dev** `export SIMULATION_PRESET=dev TIER_COUNT=2 TIER_DURATION_MINUTES=1 USER_INCREMENT_PER_TIER=10 && ./mvnw gatling:test`

0 commit comments

Comments
 (0)
Failed to load comments.