-
Notifications
You must be signed in to change notification settings - Fork 209
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] Videos are not complete when an exception is thrown #432
Comments
yury-s
changed the title
Videos are not complete when an exception is thrown
[Bug] Videos are not complete when an exception is thrown
May 19, 2021
I can reproduce it. The problem happens when the page is explicitly closed, in that case context.close() will not wait for the video to finish recording for that page. I'll prepare a fix. |
This was referenced May 19, 2021
The fix is now available in 1.12.0-SNAPSHOT and will be released with 1.11.1 too. |
aslushnikov
pushed a commit
to aslushnikov/playwright
that referenced
this issue
May 20, 2021
- Cherry-Pick PR microsoft#6648 SHA b946437 - Cherry-Pick PR microsoft#6664 SHA 2ef47b9 References microsoft/playwright-java#432
aslushnikov
added a commit
to microsoft/playwright
that referenced
this issue
May 20, 2021
- Cherry-Pick PR #6648 SHA b946437 - Cherry-Pick PR #6664 SHA 2ef47b9 References microsoft/playwright-java#432 Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
This was referenced May 21, 2021
Merged
1 task
This was referenced May 31, 2021
Merged
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a script like the following:
The video is recorded and saved just fine but when i compare where the script failed and the recorded video, the video is missing the end of the script before it failed.
The text was updated successfully, but these errors were encountered: