File tree Expand file tree Collapse file tree
articles/app-testing/load-testing Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3003011. 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
3533551. Use the `actions/upload-artifact` action to publish the test results as artifacts in your GitHub Actions workflow run.
354356
You can’t perform that action at this time.
0 commit comments