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

fix(TestResults UI):show non-failing TestResult #7747

Merged
merged 8 commits into from
Apr 5, 2023

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    9a3866a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix(TestResults):accomodate non-failing TestResult

    Change the logic so that the `TestResultsList` will be shown if there is at least 1 test
    thosangs authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4f3256f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ac397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c38b1e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    838c20b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    b7a5b83 View commit details
    Browse the repository at this point in the history
  2. fix(TestResults):accomodate non-failing TestResult

    Change the logic so that the logo is Gray when there is only 0 test. Previously the logo is gray when the failing test is 0, even if other test is is passed
    thosangs authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ee847f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    360721b View commit details
    Browse the repository at this point in the history