verdnatura-chat/appium/config/ios.info.js

6 lines
171 B
JavaScript
Raw Permalink Normal View History

module.exports = {
2022-04-08 16:51:27 +00:00
deviceName: 'iPhone 11 Pro', // pass the udid or device name
platformVersion: '14.5', // pass the platform version
2022-04-08 16:18:49 +00:00
app: 'chat.rocket.reactnative'
};