Skip to content

Commit

Permalink
EPMRPP-91307 || Update Component Health chwck widget documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuliya_Prihodko authored and Yuliya_Prihodko committed Jun 1, 2024
1 parent 31f1423 commit 1d94062
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/dashboards-and-widgets/ComponentHealthCheck.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ And have values - from specified on widget wizard to 100%. Depending on this col

Let's say we set 'The min allowable passing rate for the component' to be 90%. The tests cases will be grouped in following color groups:

green: tests with passing rate=100%.
slightly green: >= 90% (specified on widget wizard) and <100%.
light red: >= 67,5% (calculated as (90%/4*3)) and <90%
strong red: >=45% (calculated as (90%/4*2)) and <67,5%
regular red: >=22,5% (calculated as (90%/4)) and <45%
dark red: < 22,5%
green: tests with passing rate equals to 100%
slightly green: greater than or equal to 90% (specified on widget wizard) and less than 100%
light red: greater than or equal to 67,5% (calculated as (90%/4*3)) and less than 90%
strong red: greater than or equal to 45% (calculated as (90%/4*2)) and less than 67,5%
regular red: greater than or equal to 22,5% (calculated as (90%/4)) and less than 45%
dark red: less than 22,5%

<MediaViewer src={require('./img/widget-types/ComponentHealthCheckView.png')} alt="Data visualization in test automation: Component Health Check " />

Expand Down

0 comments on commit 1d94062

Please sign in to comment.