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]: Test step details and association of the attachments with each step #4

Closed
aloysiusmartis opened this issue Sep 24, 2022 · 4 comments
Assignees

Comments

@aloysiusmartis
Copy link

as part of the update of the test case in Azure DevOps, can we have the Test step details also copied in to test run as well as associated the attachments with each step(see attached screen grab)?
Screen Shot 2022-09-24 at 4 49 18 PM

@alexneo2003 alexneo2003 self-assigned this Sep 25, 2022
@alexneo2003 alexneo2003 changed the title Idea: Test step details and association of the attachments with each step [Feature]: Test step details and association of the attachments with each step Sep 25, 2022
@alexneo2003
Copy link
Owner

It's good idea.
I'm researching this question and as i seen playwright in his steps does not have step status. And, as example, inside pw html reporter failed step looks like it passed.

image

i'm closing issue because at this time it as this is currently not possible due to playwright restrictions

@joerg1985
Copy link
Contributor

@alexneo2003 i think this might have changed, in my report the step is marked as failed.
I thinks the TestStep.error field could be the needed one.

image

This would be a great feature for this plugin.

@alexneo2003
Copy link
Owner

@joerg1985 can you create new feature for this? i'm should try to investigate this question much more detailed

@joerg1985
Copy link
Contributor

i think the missing await is the reason why the status was not reflected in the example above.

page.waitForNavigation(... should be await page.waitForNavigation(...

It's good idea. I'm researching this question and as i seen playwright in his steps does not have step status. And, as example, inside pw html reporter failed step looks like it passed.

image

i'm closing issue because at this time it as this is currently not possible due to playwright restrictions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants