Releases: bitrise-steplib/steps-virtual-device-testing-for-android
1.1.1
already using it with a non-default value ($BITRISE_APK_PATH) will not break but are advised to migrate, as will be removed in future major version release.
Added AppPath ('app_path')
input now supports aab bundles. If a non-default ApkPath ('apk_path')
input is sepcified it will be used instead.
App package ID ('app_package_id')
input is marked for deprecation. It should be left empty to automatically extract it from the App manifest. Will be removed in future major version release.
Test package ID (
inst_test_package_id)
input is marked for deprecation. It should be left empty to automatically extract it from the App manifest. Will be removed in future major version release.
Added Robo scenario file path ('robo_scenario_file')
input. This is a optional path to a JSON file with a sequence of recorded actions Robo should perform before the Robo crawl.
Added OBB files ('obb_files_list')
input. Can specify an optional list of one or two Android obb
file names which will be copied to each test device before running the tests.
Added Add preconfigured Google account ('auto_google_login')
input. If set to yes will log in with a test Google account before running the tests.
[Internal] Updated meta attribute in step.yml, which describes required bitrise.io add-ons.
1.1.0
Marked ApkPath ('apk_path')
input for deprecation, it is replaced by AppPath ('app_path')
. Any workflows already using it with a non-default value ($BITRISE_APK_PATH) will not break but are advised to migrate, as will be removed in future major version release.
Added AppPath ('app_path')
input now supports aab bundles. If a non-default ApkPath ('apk_path')
input is sepcified it will be used instead.
App package ID ('app_package_id')
input is marked for deprecation. It should be left empty to automatically extract it from the App manifest. Will be removed in future major version release.
Test package ID (
inst_test_package_id)
input is marked for deprecation. It should be left empty to automatically extract it from the App manifest. Will be removed in future major version release.
Added Robo scenario file path ('robo_scenario_file')
input. This is a optional path to a JSON file with a sequence of recorded actions Robo should perform before the Robo crawl.
Added OBB files ('obb_files_list')
input. Can specify an optional list of one or two Android obb
file names which will be copied to each test device before running the tests.
Added Add preconfigured Google account ('auto_google_login')
input. If set to yes will log in with a test Google account before running the tests.
[Internal] Updated meta attribute in step.yml, which describes required bitrise.io add-ons.
1.0.6
- Firebase TestLab has lowered maximum test execution times to 1800 seconds and will refuse to start tests if the test timeout parameter is a higher number.
This release resolves this issue by falling back to 1800 seconds gracefully if the user input is higher. - [Internal] Prepare step for showing required addons.
1.0.5
Update device model list. New devices: Pixel 2, Nexus 7 16_9 aspect ratio (beta)
1.0.4
Add IsCI flag to the step.