You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
While using SauceLabs Ondemand Jenkins plugin,if we select a browser platform combination, it propagates browser and platform details to SELENIUM_BROWSER , SELENIUM_VERSION etc.
webdriverjs builder is made to override user provided capabilities in case SELENIUM_BROWSER env variable is found. So in this case capabilities provided in protractor config is overridden and caps like platform is lost. So test always runs with default sauce browser chrome on Linux.
Please suggest or make a way to pass disableEnvironmentOverrides() to builder.
The text was updated successfully, but these errors were encountered:
While using SauceLabs Ondemand Jenkins plugin,if we select a browser platform combination, it propagates browser and platform details to SELENIUM_BROWSER , SELENIUM_VERSION etc.
webdriverjs builder is made to override user provided capabilities in case SELENIUM_BROWSER env variable is found. So in this case capabilities provided in protractor config is overridden and caps like platform is lost. So test always runs with default sauce browser chrome on Linux.
Please suggest or make a way to pass disableEnvironmentOverrides() to builder.
The text was updated successfully, but these errors were encountered: