Mobile Configurations
Summary of Configurations related to Mobile test automation
A comprehensive list of configurstions is available here
Property Key | Default Value | Supported Values | Description |
---|---|---|---|
mobile.feed | empty string | Any custom file name | Feed file having desiredCapabilities, arguments etc |
mobile.target | android | android, ios | Mobile target, where to run tests |
mobile.hub | empty string | Any cloud provider browserstack, saucelabs etc | A file where remote cloud provider details are stored |
mobile.filters | empty string | Any custom file name | Device filters file name to run tests on specific devices |
mobile.server.args | empty string | Any custom file name | A file name with Appium Server Arguments |
mobile.executables | empty string | Any custom file name | A file name appium main.js and node path. Use this if the installation path is not default |
mobile.remote.uploadapp | false | true, false | Upload app to remote cloud, before running test suite |
mobile.app.name | empty string | any app name | Provide app name when mobile.feed is not created |