webdriver.driver = appium
appium.hub = http://0.0.0.0:4723/wd/hub
appium.platformName = iOS
appium.platformVersion = 9.3
appium.deviceName = iPhone 6 Plus
appium.app = "appPath"
appium.noReset = true
I have these serenity properties for appium in maven, I want to do a full reset only for one test and I dont have idea how to do, can someone help?
I tried with before to make some properties changes but no success :(