Webkit browser( 1280x720) additional arguments needed to run cypress tests in Saucelabs #27046
Labels
browser: webkit
Issue related to Webkit (Safari) browser
E2E
Issue related to end-to-end testing
experiment: webkit
Issues when using experimentalWebkitSupport
type: feature
New feature that does not currently exist
Current behavior
currently webkit browser opening with a static resolution of 1280x720 which is not a valid VM resolution . due to this our tests are not running with Sauce labs , we are seeing issues page distortion and page not loading properly. Sauce labs confirmed due to cypress limitation this issue is occurring. Saucelabs confirmed if cypress provides an additional arguments for webkit browser like chrome then this issue will be resolved .
The static resolution value that Webkit is started in is not a supported resolution by Sauce Mac VMs
Webkit is opened with a default size of 1280x720, which is not a valid VM resolution, with no exposed function to modify the frame's size.
Currently we are running our cypress tests with help of saucelabs for webkit browser,chrome browser , mobile safari browser etc , we are depend on saucelabs for cross browser testing .
Find the attached image which shows page distorting and images not loading on page .
Desired behavior
We want to run cypress tests on webkit browser with Sauce labs , so if we have additional arguments for webkit then issue will be resolved . as of not webkit browser is opening with static resolution of 1280x720 , can you please confirm when we can expect additional arguements for webkit browser .
for chrome browser cypress tests are working fine with Saucelabs but when we run for webkit browser then we are seeing page distortion issue .
Test code to reproduce
Cypress Version
12.10.0
Node version
v20.1.0
Operating System
Sauce labs mac OS 12
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: