Version 1.8.x #105
giulong
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Appium Support
Spectrum now supports testing mobile and desktop applications via Appium. These drivers have been added:
Check the Appium environment section in the docs for more details.
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.
This discussion was created from the release Version 1.8.x.
Beta Was this translation helpful? Give feedback.
All reactions