Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test summary stats on the main report page #480

Merged
merged 9 commits into from
Jul 23, 2019

Conversation

wblachowski
Copy link
Contributor

Added a summary of urls results on test tiles. Based on a suggestion from #474.

Description

Each test contains a summary consisting of:

  • number of failed URLs
  • number of URLs with a warning
  • number of passed URLs
  • number of conditionally passed URLs
  • number of accepted URLs

Motivation and Context

Closes #474

Screenshots (if appropriate)

Simple example. There are two URLs in "first-test". One with "rebased" status and one with "passed" status:

image

Test tile looks the following way:

image


Main report page look:
image

Upgrade notes (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • I have reviewed (and updated if needed) the documentation regarding this change

I hereby agree to the terms of the AET Contributor License Agreement.

Copy link
Contributor

@tkaik tkaik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@tkaik tkaik added the QA Required Requires manual tests, possible regression or impact on existing features. label Jul 3, 2019
@tkaik tkaik merged commit 731a585 into wttech:master Jul 23, 2019
@Cich0sza Cich0sza mentioned this pull request Aug 14, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA Required Requires manual tests, possible regression or impact on existing features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test summary statistics on the main report page with tiles
3 participants