Version 1.8.x
Appium Support
Spectrum now supports testing mobile and desktop applications via Appium. These drivers have been added:
- uiAutomator2
- espresso
- xcuiTest
- windows
- mac2
- appiumGeneric
Check the Appium environment section in the docs for more details.
⚠️ Changing property name
Due to the introduction of Appium, we now refer to drivers instead of browsers only. As a consequence, this property has changed:
spectrum.browser
→ spectrum.driver
This means you now need to specify the driver needed to run your tests with -Dspectrum.driver=firefox
or -Dspectrum.driver=uiAutomator2
for example.
Check the Available Drivers section in the docs for more details.