Sorcery for SauceLabs - Unlocking SauceLabs capability
License
—
Deps
4
Install Size
—
Vulns
✓ 0
Published
Feb 14, 2026
$ dotnet add package Saucery.XUnitSaucery handles all the plumbing required to integrate with SauceLabs, making writing XUnit tests a breeze, so you only need to tell Saucery what you want. Saucery takes care of the how.
Saucery targets all real and emulated platforms for Appium and Selenium 4+.
The template below includes example tests.
Saucery has been developed as an open-source project for over 11 years. If you find it valuable for your projects and team work, please consider supporting me and becoming a
Alternatively, you can buy me a coffee to say thanks!
cd Templates
dotnet new install .\XUnit
dotnet new saucery-xunit -n "MyTestProject"
Platform range expansion is a feature unique to Saucery. Say you wanted to test on a range of browser versions but you didn't want to specify each individually. That's fine. Saucery supports specifying ranges.
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_11, SauceryConstants.BROWSER_CHROME, "100->119")
This will test on Windows 11 Chrome all available versions from 100 to 119 inclusive.
Yes, Saucery supports Real Devices!