zebrunner / appium

Enhanced Appium for Elastic Selenium Grid/MCloud services
8 stars 3 forks source link

Hotfix for APPIUM_APP_SIZE_DISABLE env property parsing #343

Closed SergeiZagriychuk closed 7 months ago

SergeiZagriychuk commented 7 months ago

I found out that value for APPIUM_APP_SIZE_DISABLE environment property still was not parsed successfully. When the value was set to 'False' it still was parsed as 'true'. The problem was in how string was converted to a boolean. Now it should be finally fixed. Tested it in local environment.