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: [M3-6855, M3-6876] - Add script to generate JUnit test summaries #9998

Merged
merged 23 commits into from
Jan 11, 2024

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    89af528 View commit details
    Browse the repository at this point in the history
  2. WIP improve Cypress JUnit configuration

    Joe D'Amore committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    12d2ca6 View commit details
    Browse the repository at this point in the history
  3. Add dev dependencies for JUnit summarizer

    Joe D'Amore committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8cd2e1c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Use Commander 6.2.1 to avoid pulling new package

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d877d8e View commit details
    Browse the repository at this point in the history
  2. Add interfaces and utils

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d6d2ebe View commit details
    Browse the repository at this point in the history
  3. Add test result summary formatters

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    02b0f39 View commit details
    Browse the repository at this point in the history
  4. Add "yarn junit:summary" package script

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    424fe93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb6b971 View commit details
    Browse the repository at this point in the history
  6. Use angled brackets for Slack output

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3918680 View commit details
    Browse the repository at this point in the history
  7. Improve flexibility of authorship note

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2b60796 View commit details
    Browse the repository at this point in the history
  8. Remove semicolon

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    837b105 View commit details
    Browse the repository at this point in the history
  9. Swap URL and label

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8447169 View commit details
    Browse the repository at this point in the history
  10. Move success indicator icon

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1dff6f2 View commit details
    Browse the repository at this point in the history
  11. Simulate test failure

    Joe D'Amore committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6511e76 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Fix status formatter logic

    Joe D'Amore committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4ad4ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fda655 View commit details
    Browse the repository at this point in the history
  3. Add missing quote in generated Cypress command

    Joe D'Amore committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7e32a15 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded template literal

    Joe D'Amore committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f0373d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge branch 'develop' into poc-junit-summary

    Joe D'Amore committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d781cec View commit details
    Browse the repository at this point in the history
  2. Remove fake test failure

    Joe D'Amore committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1c06114 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge branch 'develop' into poc-junit-summary

    Joe D'Amore committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d4f4207 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge branch 'develop' into poc-junit-summary

    Joe D'Amore committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    028c995 View commit details
    Browse the repository at this point in the history
  2. Escape CLI input for GitHub markdown/HTML output

    Joe D'Amore committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e589253 View commit details
    Browse the repository at this point in the history