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

feature: support QaseIgnore tag #689

Merged
merged 1 commit into from
Sep 23, 2024
Merged

feature: support QaseIgnore tag #689

merged 1 commit into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. feature: support QaseIgnore tag

    - Support `QaseIgnore` tag. If the test case has the `QaseIgnore` tag, the reporter will not send the result to the Qase
      TMS.
    
        ```cucumber
        @QaseIgnore
        Scenario: simple test
        ```
    
    - Improved error handling.
    gibiw committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cce447d View commit details
    Browse the repository at this point in the history