-
Notifications
You must be signed in to change notification settings - Fork 10
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]: Reflect the result of a test.step with the corresponding step in azure #14
Comments
The behaviour of https://playwright.dev/docs/test-assertions#soft-assertions should also be invstigated. |
at now i'm waiting for answer on my question which was asked at microsoft/azure-devops-node-api#545 |
Eagerly waiting for this update! |
I'm sorry, but nothing depends on me now. I am waiting for a response from the developers microsoft/azure-devops-node-api#545 about the possibility of publishing similar results. and most likely such a possibility does not exist. |
@alexneo2003 i had a look at the API docs and the Based on the API docs i thinks you could set the |
it's a good thing but when i'm add test results to test run i using this method. as you seen it has |
As mentioned in #4 there are steps inside the azure testcases. It would be greate to connect the playwright
test.step
with the azure steps. To link these the same syntax like linking the testcases could be used, e.g.test.step("[2] login to the system")
-> is linked to the second step.This is a minimal example of a playwright test using steps:
The result of the steps are reflected correctly to the HTML report, so it should be possible to get the status of a step.
This might be done using the TestStep.error field, this should be investigated.
The text was updated successfully, but these errors were encountered: