-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
browsertime visual metrics don't work with wayland #1756
Comments
Or maybe that's another issue? Here is my full output:
With the command:
|
I am assuming the DISPLAY environment variable is :0 for you? |
@soulgalore have you ever tried browsertime with wayland before? |
@gmierz no. |
wayland users can use wr-recorder instead. |
I think for this to happen we need to be able to setup a GitHub action that can run the tests. If someone could help me set that up then we can have a go with wr-recorder so we can continue to verify that it works. |
I believe we also need to implement the equivalent of xvfb.js? |
Feature/improvement
I'm using wayland on my Linux, and it looks like that browsertime uses x11grab (which is x11-based) to capture the video of the app. Probably we need another way to do that with wayland.
I know Gnome has some built-in capability to do that, but I don't know if we can tap into this, or even if that would be a good idea to be tightly coupled with Gnome.
The text was updated successfully, but these errors were encountered: