Skip to main content

macOS Browser Tests on Apple Silicon

Sauce Labs now supports macOS 14 Sonoma and macOS 15 Sequoia on Apple Silicon-powered Macs. These environments offer improved performance, modern architecture alignment, and compatibility with ARM versions of the major browsers. This enables you to test web apps on Safari 18 as well Chrome, Firefox, and Edge.

Enteprise Only

macOS 14 and 15 are only available to Enterprise customers with the appropriate Premium plan. Contact your account manager to discuss upgrading.

Browsers available on macOS 14/15

OS VersionBrowserVersions
macOS 14Safari18
macOS 14Chrome134+
macOS 14Firefox136+
macOS 14Edge138+
macOS 15Safari18
macOS 15Chrome134+
macOS 15Firefox136+
macOS 15Edge138+

Required Capabilities

Tests on macOS 14 and newer require the armRequired parameter to be passed with "true" such as in this example:

{
sauceOptions.put("armRequired", true);
browserOptions.setCapability("sauce:options", sauceOptions);
}

See the Platform Configurator for full example configurations


Have questions? Visit the Sauce Labs Community or contact our support team.