Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring Serenity with Appium version 2.0.0 In SauceLabs #2778

Open
ju1ianj0rdan opened this issue Apr 13, 2022 · 0 comments
Open

Configuring Serenity with Appium version 2.0.0 In SauceLabs #2778

ju1ianj0rdan opened this issue Apr 13, 2022 · 0 comments

Comments

@ju1ianj0rdan
Copy link

I have my serenity.properties file defined as below, and I am trying to understand how I can send a capability to let SauceLabs know that I want appium version 2.0.0 to run. It seems with the below, SauceLabs is still running Appium 1.23.0.

Is there something different I should be doing here?

serenity.test.root=src/test/resources/features
serenity.logging=NORMAL
serenity.take.screenshots=AFTER_EACH_STEP
webdriver.timeouts.implicitlywait=8000

#Custom Driver Provider
webdriver.driver = provided
webdriver.provided.type = mydriver
webdriver.provided.mydriver = ***.drivers.AppiumDriverProvider
thucydides.driver.capabilities = mydriver

#Global Appium settings
appium.fullReset = true
#appium.newCommandTimeout = 4000

appium.deviceName=iPhone 13 Pro Max Simulator
appium.deviceOrientation=portrait
appium.platformVersion=15.0
appium.platformName=iOS
appium.commandTimeout=360
appium.noReset=false
appium.automationName=XCUITest
appium.appiumVersion = 2.0.0
appium.app= storage:d46f4a1b-fef3-498b-a2e5-a401ef461d8f
appium.url=http://sso-****@ondemand.saucelabs.com:80/wd/hub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant