Pcloudy のリリース
Released: Jul 10, 2020
5.7 での更新項目
機能
- QR Code/Barcode Scanner - Enable users to scan a QR Code or barcode on any Android device present on the pCloudy platform.
- App Language Change - Enable users to change the language of the installed application while testing.
- WebURL/Cross-browser Testing - Added a new browser - Microsoft Edge. Now you can ensure that your web app delivers a great experience on Microsoft Edge.
- Appium 1.17 - The latest version of Appium is now supported.
- More Actions on Android and Apple iOS Devices - Now users...
Released: Apr 19, 2020
5.6 での更新項目
機能
- Wildnet - This feature enables users to test private or internal servers on any Android or iOS device present on pCloudy.
- Object Spy - pCloudy now has an built-in object spy through which you can run inspector sessions directly on Android and iOS devices.
- Data Persistence - This feature enables system admins to delete older reports based on pre-defined settings.
- Capability Configurator - In an automation script, you have to include certain capabilities like device name, platform version, etc...
Released: Jan 20, 2020
5.5 での更新項目
機能
- Android 10: pCloudy provides devices loaded with Android 10 for testing on the cloud.
- iPhone 11 and iOS 13: pCloudy provides Apple iPhone 11 with iOS 13 on the cloud for testing user apps.
- Faster Appium test execution: pCloudy increased the efficiency of the Appium tests by reducing the execution time.
- Espresso through Orchestrator with Live view: Espresso is now available through Google’s latest Test Orchestrator which lets you use the full power of Espresso and run more modular and stable...
Released: May 6, 2019
5.4 での更新項目
機能
- Github Integration - users can now raise defects directly into GitHub from pCloudy.
- Appium can now run on apps that are already installed in the phone.
- CTRL + V feature allows you to copy and paste text into the device by pressing just two keys instead of writing code.
- New UI of FollowMe feature sets the device screen at the same size, making it easier to perform tests on multiple devices in parallel.
- Appium desktop integration with pCloudy.
不具合の修正
- Major bug fix - makes it easier to log a bug...
Released: Oct 8, 2018
5.2 での更新項目
機能
- Test local or Staged sites with Local site emulation:
- Access your site behind a firewall, on a staging server, or locally with pCloudy before it hits production.
- Local Site emulation Testing provides a platform to test private or internal servers on any Android device present on pCloudy.
- Test your iOS app with the FaceID feature for easier app testing:
- Allows you to bypass the FaceID verification in your apps using the pCloudy utility to ease testing for mobility teams testing their iOS apps...
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...