pCloudy 5.1

Released: Jul 27, 2018

5.1 での更新項目

機能

  • Simpler Appium Integration Architecture: Simplifies Appium test execution on Android and iOS devices with pCloudy. pCloudy Appium Capabilities include:
    • DesiredCapabilities capabilities = new DesiredCapabilities();
    • capabilities.setCapability(“pCloudy_Username”, “Enter your email Id”);
    • capabilities.setCapability(“pCloudy_ApiKey”, “Enter your API Key”);
    • capabilities.setCapability(“pCloudy_ApplicationName”, “pCloudyAppiumDemo.apk”);
    • capabilities.setCapability(“pCloudy_DurationInMinutes”, 5);
    • capabilities.setCapability(“pCloudy_DeviceFullName”, “Samsung_GalaxyTabA_Android_7.1.1”);
    • driver = new AndroidDriver(new URL(“https://device.pcloudy.com/appiumcloud/wd/hub”), capabilities);
  • Cross-browser testing made simpler: Introduces the Launch and Upload browser feature for Android users which provides freedom to choose the version of the browser to be tested. This saves testing time and effort and also gives better results for cross browser testing.
  • Faster Upload of Apps: Speeds up the process of Upload and synchronization of App/Data into the cloud, reducing the app upload and synchronization time by 42%.
  • TouchID for iOS devices no longer a blocker: To ease the process of authenticating TouchID manually every time, you can now bypass the TouchID verification in your apps. The bypass TouchID feature will be available for iOS devices version 10.0.0 or above. (Note: This feature will for now be available only for iOS and won’t support Face ID.)
  • Integration with Slack: Enables broadly distributed teams to collaborate using Slack with pCloudy. It will now be easier for you to share bug related data and artifacts like Logs, screenshots etc. through our Slack integration.