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: issues with sending results and completing a test run in the Cypress reporter #642

Merged
merged 3 commits into from
Jul 30, 2024

Commits on Jul 29, 2024

  1. feature: share a state between the different instances of the reporter

    - update a `InternalReporterInterface`. Added a new methods `sendResults` and `complete` to send the results and complete the test run.
    - add `StateManager` class to manage and share the state of the reporter between the different instances of the reporter.
    gibiw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ce51e96 View commit details
    Browse the repository at this point in the history
  2. fix: issues with sending results and completing a test run

    - fixed an issue with the reporter completing the test run before all results are sent to Qase
    - fixed an issue with the reporter not sending all results to Qase
    
    Fixes #640 #558
    gibiw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    947610c View commit details
    Browse the repository at this point in the history
  3. update package-lock

    gibiw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f7cdf2 View commit details
    Browse the repository at this point in the history