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

[Question][playwright] How we can add link to defect or add defect to specified test-cases? #727

Open
ZeylanEmir opened this issue Dec 25, 2024 · 1 comment

Comments

@ZeylanEmir
Copy link

I have autotests written on playwright that can fail if there is a certain defect, and I need to indicate the presence of this defect in the Defects tab inside a specific test case (as in a manual test report). Is it possible to use this in Playwright somehow?

image

@gibiw
Copy link
Contributor

gibiw commented Dec 26, 2024

@ZeylanEmir Hi!

Specifying an existing defect is not supported in reporters.
But you can create new defects for failed autotests if you specify defect creation in the reporter configuration: https://github.com/qase-tms/qase-javascript/tree/main/qase-javascript-commons#configuration

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

No branches or pull requests

2 participants