-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] Azure html viewer do not work with 1.25 #16822
Comments
What error do you see? Please share an example which we could debug otherwise it's difficult to understand what the problem is. |
@daniavander Isn't that more an Azure DevOps problem with HTML-viewer extension? I'm using the same Playwright version but instead of using an extension I publish the html report, where the html is just fine. This way you're not depending on an extension. In Azure Pipelines we publish the report that Playwright creates (the same that you are trying to view) as an Artifact, which can be downloaded. This is the .yaml part that is performed at the end of the .yaml.
|
Since the report opens fine locally, it looks like a problem with Azure DevOps as noted above and the plugin that tries to embed the html report. You should address this question to HTML-viewer extension. I'm closing this bug but feel free to open a new one if there is something we can change in Playwright to help that extension work better. |
Context:
hi
I run a build under azure cicd
but when i update to @playwright/test": "^1.25.1", the html viewer does not work well
but when i use "@playwright/test": "^1.23.3"
I get a pretty html report:
The text was updated successfully, but these errors were encountered: