To run automation on iOS device below are the mandatory parameters which one need to pass in maven command. platform : IOS UDID : UDID of your testing device deviceName: deviceName of your testing device appPath: path of your .app/.ipa file platformVersion : iOS version of testing device automationName: XCUITest
To run automation on ANDROID device below are the mandatory parameters which one need to pass in maven command. platform : Android deviceName: deviceName of your testing device appPath: path of your .app/.ipa file platformVersion : android version of testing device automationName: XCUITest