Skip to content

Commit 4b9198e

Browse files
Update load test configuration instructions to include waitforcompletion flag
Added instructions for setting waitForCompletion to false in load test configuration.
1 parent 4753e9e commit 4b9198e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

articles/app-testing/load-testing/how-to-configure-load-test-cicd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ Update your Azure Pipelines workflow to run a load test for your Azure load test
296296
```
297297
298298
Optionally, you can pass parameters or secrets to the load test by using the `env` or `secrets` property.
299+
Set *`waitForCompletion: false`* to if you want to proceed without waiting for the load test run to complete.
299300
300301
1. Use the `publish` task to publish the test results as artifacts in your Azure Pipelines workflow run.
301302
@@ -349,6 +350,7 @@ Update your GitHub Actions workflow to run a load test for your Azure load testi
349350
```
350351
351352
Optionally, you can pass parameters or secrets to the load test by using the `env` or `secrets` property.
353+
Set *`waitForCompletion: false`* to if you want to proceed without waiting for the load test run to complete.
352354
353355
1. Use the `actions/upload-artifact` action to publish the test results as artifacts in your GitHub Actions workflow run.
354356

0 commit comments

Comments
 (0)