From 8e4c627561c1615b7bf3ebe08b2fd299f374752f Mon Sep 17 00:00:00 2001 From: LakshayKaushik Date: Tue, 24 Nov 2020 18:31:57 +0530 Subject: [PATCH] Update README.md (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4c763b..d283df5 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Or even use the UI to define variables and Run the pipeline: ## Viewing Test Results -JMeter test results are created in a [JTL](https://cwiki.apache.org/confluence/display/JMETER/JtlFiles) file (`results.jtl`) with CSV formatting. A [Python script](./scripts/jtl_junit_converter.py) was created to convert JTL to [JUnit format](https://llg.cubic.org/docs/junit/) and used during the pipeline to have full integration with Azure DevOps test visualization. +JMeter test results are created in a [JTL](https://cwiki.apache.org/confluence/display/JMETER/JtlFiles) file (`results.jtl`) with CSV formatting. A [Python script](https://github.com/Azure-Samples/jmeter-aci-terraform/blob/main/scripts/jtl_junit_converter.py) was created to convert JTL to [JUnit format](https://llg.cubic.org/docs/junit/) and used during the pipeline to have full integration with Azure DevOps test visualization. ![Azure DevOps with successful requests](./docs/img/azdo-test-results-success.jpg)