初始化提交
This commit is contained in:
5
test/functional/desired.js
Normal file
5
test/functional/desired.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { util } from '@appium/support';
|
||||
|
||||
export const PLATFORM_VERSION = process.env.PLATFORM_VERSION ? process.env.PLATFORM_VERSION : '11.3';
|
||||
export const DEVICE_NAME = process.env.DEVICE_NAME
|
||||
|| (util.compareVersions(PLATFORM_VERSION, '>=', '13.0') ? 'iPhone X' : 'iPhone 6');
|
||||
Reference in New Issue
Block a user