Change Screen Resolution on Ubuntu Latest with Github Actions #5943
-
I want to run my E2E tests using Github actions with Ubuntu Latest. Looking for solution like something which is already available for Mac: - #393 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@gokultw Ubuntu images don't have any GUI so the way probably depends on the software you use to run tests |
Beta Was this translation helpful? Give feedback.
-
@gokultw did your issue get resolved? Are you perhaps using xvfb or xvfb-run? |
Beta Was this translation helpful? Give feedback.
-
@gokultw, in our case, we had Cypress e2e test failures because one of the libraries we were using was checking the value for Object.defineProperty(window.screen, 'width', { get: () => 2560 }); |
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
@gokultw Ubuntu images don't have any GUI so the way probably depends on the software you use to run tests