-
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
[REGRESSION] recordVideo not working anymore after update #27086
Labels
Comments
I can repro. This regressed between v1.35 and v1.36. Works in Chromium and WebKit, but not Firefox. |
dgozman
changed the title
[BUG] recordVideo not working anymore after update
[REGRESSION] recordVideo not working anymore after update
Sep 14, 2023
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Sep 14, 2023
Firefox protocol requires absolute paths for video recording. Fixes microsoft#27086
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Sep 15, 2023
Firefox protocol requires absolute paths for video recording. Fixes microsoft#27086
aslushnikov
added a commit
that referenced
this issue
Sep 15, 2023
Firefox protocol requires absolute paths for video recording. Fixes #27086
vogler
added a commit
to vogler/free-games-claimer
that referenced
this issue
Sep 18, 2023
Recording videos with relative path as in docs was broken for Firefox. Issue: microsoft/playwright#27086 Can be reverted after PR is available in release: microsoft/playwright#27099
Germandrummer92
pushed a commit
to OctoMind-dev/playwright
that referenced
this issue
Oct 27, 2023
…t#27099) Firefox protocol requires absolute paths for video recording. Fixes microsoft#27086
vogler
added a commit
to vogler/free-games-claimer
that referenced
this issue
Nov 2, 2023
This reverts commit 13b2917. Fine to do after upgrade to 1.39 in 75f7d77. which included microsoft/playwright#27086
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System info
Source code
Minimal example following https://playwright.dev/docs/videos:
Steps
Expected
Generate both a .har and .webm file in
data/record
.Actual
Only a .har file is saved:
As you can see, this still worked on Aug 23rd.
I didn't change any of my code.
Playwright update ^1.31.0 → ^1.37.1 seems to have broken it: vogler/free-games-claimer@6a7cca3
The text was updated successfully, but these errors were encountered: