Tools to help analyze CI builds for failed/flaky tests from last 30 days then it generates cvs report into output directory specified in parameter.
AzDO_PAT: PAT token. Instead you can put PAT token inpat.txtof output directory. Please selectBuild -> Read,Test Management -> Read, Write,Package -> Readscopes for PAT.AzDO_ACCOUNT: optional env var. Use this to override account used for PAT token, by default it's current user.
ci-testfailure-analyzer.exe <OUTPUT_DIRECTORY_PATH> <CI_PIPELINE_ID>
-
OUTPUT_DIRECTORY_PATHPath for where cvs report generated into.
-
CI_PIPELINE_IDInteger id number of the CI pipeline you wish to analyze. By default it targets NuGet official CI pipeline for creating report.