File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " appium-device-farm" ,
3- "version" : " 1.0.0-beta.16 " ,
3+ "version" : " 1.0.0-beta.17 " ,
44 "description" : " An appium 2.0 plugin that manages and create driver session on available devices" ,
55 "main" : " ./lib/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export async function androidCapabilities(
1212 freeDevice : { udid : any ; name : string }
1313) {
1414 caps . firstMatch [ 0 ] [ 'appium:udid' ] = freeDevice . udid ;
15- caps . firstMatch [ 0 ] [ 'appium:deviceName' ] = freeDevice . udid ;
1615 caps . firstMatch [ 0 ] [ 'appium:systemPort' ] = await getPort ( ) ;
1716 caps . firstMatch [ 0 ] [ 'appium:chromeDriverPort' ] = await getPort ( ) ;
1817 if ( ! isCapabilityAlreadyPresent ( caps , 'appium:mjpegServerPort' ) ) {
You can’t perform that action at this time.
0 commit comments