Skip to content

Commit 85488b1

Browse files
committed
Add screenshot for load test artifacts in pipeline
1 parent 0f6ec83 commit 85488b1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Loading
101 KB
Loading

articles/load-testing/quickstart-add-load-test-cicd.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,13 @@ The CI/CD pipeline run now starts and accesses the Azure load testing resource t
102102

103103
## View load test results in CI/CD
104104

105-
You can view the load test summary results directly in the CI/CD output log. If you published the test results as a pipeline artifact, you can also download a CSV file for further reporting.
105+
You can view the load test summary results directly in the CI/CD output log.
106106

107-
:::image type="content" source="./media/quickstart-add-load-test-cicd/github-actions-workflow-completed.png" alt-text="Screenshot that shows the workflow logging information." lightbox="./media/quickstart-add-load-test-cicd/github-actions-workflow-completed.png":::
107+
:::image type="content" source="./media/how-to-set-up-cicd-pipeline-from-portal/azure-pipelines-log-load-testing-summary.png" alt-text="Screenshot that shows the Azure Pipelines output log information, highlighting the load testing results." lightbox="./media/how-to-set-up-cicd-pipeline-from-portal/azure-pipelines-log-load-testing-summary.png":::
108+
109+
The generated CI/CD pipeline publishes the load test results as a pipeline artifact. You can download these results as a CSV file for further reporting.
110+
111+
:::image type="content" source="./media/how-to-set-up-cicd-pipeline-from-portal/azure-pipelines-artifacts-load-testing-results.png" alt-text="Screenshot that shows the artifacts page for pipeline run in Azure Pipelines, highlighting the load test results zip file." lightbox="./media/how-to-set-up-cicd-pipeline-from-portal/azure-pipelines-artifacts-load-testing-results.png":::
108112

109113
## Next steps
110114

0 commit comments

Comments
 (0)