-
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]: Trace is not showing any screenshots nor test name #31613
Comments
Are you creating the context yourself? We recently discovered a regression in v1.45.0 around this area. Would it be possible to test with our Canary release - while we issue v1.45.1? |
@mxschmitt Yes I am creating the context in each test suite. I tried the Canary release, and it worked. When can we expect the official release to be available? |
@FitTech961 could you re-try on our @beta? We are about to release 1.45.2 and would like to have it confirmed again.
|
@mxschmitt I tested the @beta version, and it seems to be working as expected. |
Version
1.45.0
Steps to reproduce
Here's my Playwright config:
Steps to reproduce:
yarn playwright show-report
to show the reporttrace
of the failing test from the first retryExpected behavior
After following the above steps:
I should be able to see the test suite and test name along with screenshots
Actual behavior
After I updated Playwright to
1.45.0
the trace viewer no longer shows the test name nor any screenshotsAdditional context
No response
Environment
The text was updated successfully, but these errors were encountered: