diff --git a/test/Services/LoadTest/readme.md b/test/Services/LoadTest/readme.md index 3d1fbdfc0..841954873 100644 --- a/test/Services/LoadTest/readme.md +++ b/test/Services/LoadTest/readme.md @@ -8,7 +8,7 @@ This folder contains files needed to run load tests locally or on a Kubernetes / ## Set a local environment -Modify the **app.config** file and set the following service urls. +Modify the **app.config** file in the LoadTest project directory and set the following service urls. ``` @@ -29,7 +29,7 @@ USE_LOADTEST=True ``` ## Set a Service Fabric environment -Modify the **app.config** file and set the following service urls. +Modify the **app.config** file in the LoadTest project directory and set the following service urls. ``` @@ -53,17 +53,17 @@ Deploy the SF services. **PLEASE** Read our [SF deployment guide for Linux](./.. ## Set a Kubernetes environment -Modify the **app.config** file and set the following service urls. +Modify the **app.config** file in the LoadTest project directory and set the following service urls. ``` - - - - - - - + + + + + + + ```