From 9ef19ad0babdfea24f2c15b212f5fe7cc1a5e6eb Mon Sep 17 00:00:00 2001 From: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:42:33 +0300 Subject: [PATCH] Update for Quality Gates (#820) Co-authored-by: Yuliya_Prihodko --- docs/quality-gates/FeatureOverview.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/quality-gates/FeatureOverview.md diff --git a/docs/quality-gates/FeatureOverview.md b/docs/quality-gates/FeatureOverview.md deleted file mode 100644 index 793a5e021..000000000 --- a/docs/quality-gates/FeatureOverview.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -sidebar_position: 3 -sidebar_label: Feature overview ---- - -# Feature overview - -Quality Gate analysis provides capabilities to speed up CI/CD pipeline by sending auto-feedback to your CI/CD tools. ReportPortal assesses the build quality and sends auto feedback to CI/CD. - -Quality Gates plugin adds to our continuous testing platform possibilities: - -* to create quality rules based on general test automation KPI: number of executed tests and executed tests, failure rate, failure of critical components, number of issues in completed tests, number of essential issues in the critical parts, new failures & new errors in the build -* run Quality Gates analysis for build and view build report that helps to troubleshoot issues in the build -* automatically send Quality Gates status to CI/CD.