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

Group tests into sections. #74

Merged
merged 13 commits into from
Jun 10, 2024
Merged

Group tests into sections. #74

merged 13 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. Simplify tag variable name.

    Removed confusing `vcApi` prefix.
    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b0b165a View commit details
    Browse the repository at this point in the history
  2. Remove unused variables.

    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    91f0df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f818a View commit details
    Browse the repository at this point in the history
  4. Drop use of reportRow; use beforeEach.

    The `body` values for test runs in the output JSON report (et al)
    are now accurate. Previously (using reportRow), they were all
    the same metadata adding function, so knowing what code had been
    used to test from the report was impossible.
    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2769815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    585dd77 View commit details
    Browse the repository at this point in the history
  6. Group Contexts tests.

    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3fb581f View commit details
    Browse the repository at this point in the history
  7. Group Identifiers section.

    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d4700dd View commit details
    Browse the repository at this point in the history
  8. Group Types & Credential Subject tests.

    Skipped Name & Description section as those are optional.
    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    488c63f View commit details
    Browse the repository at this point in the history
  9. Group Issuer tests.

    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9c1953b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6288f2c View commit details
    Browse the repository at this point in the history
  11. Group Status tests.

    BigBlueHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b27121a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1672e5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d6be7b View commit details
    Browse the repository at this point in the history