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

[qase-wdio] Fix problems with steps and test run duplicates #671

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Conversation

gibiw
Copy link
Contributor

@gibiw gibiw commented Sep 3, 2024

fix: issue with steps

If cucumber was used to write tests, the steps were not written sequentially, but as nested ones.


fix: issue with duplicate test runs

Now, the reporter will correctly handle the test runs and will not create duplicate test runs in the Qase TMS.

If `cucumber` was used to write tests, the steps were not written sequentially, but as nested ones.
Now, the reporter will correctly handle the test runs and will not create
  duplicate test runs in the Qase TMS.
@gibiw gibiw merged commit ba727be into main Sep 3, 2024
42 checks passed
@gibiw gibiw deleted the fix/wdio branch September 3, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants