All Projects โ†’ pink-room โ†’ fastlane-plugin-run_tests_firebase_testlab

pink-room / fastlane-plugin-run_tests_firebase_testlab

Licence: MIT license
Runs Android tests in Firebase Test Lab ๐Ÿš€

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to fastlane-plugin-run tests firebase testlab

fastlane-plugins
่‡ชๅˆ›้€ ่ถ…ๅฎž็”จๆ€ง Fastlane ๆ’ไปถๅ’Œ่‡ชๅฎšไน‰ actions ็š„่šๅˆไป“ๅบ“
Stars: โœญ 19 (-58.7%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-slack bot
A Fastlane plugin to customize your automation workflow(s) with a Slack Bot ๐Ÿค–๐Ÿš€
Stars: โœญ 26 (-43.48%)
Mutual labels:  fastlane, fastlane-plugins
icon-banner
๐Ÿšฉ IconBanner adds custom nice-looking banners over your mobile app icons ๐Ÿ“ฑ
Stars: โœญ 18 (-60.87%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-flutter
Flutter actions plugin for Fastlane
Stars: โœญ 31 (-32.61%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-cosigner
A fastlane plugin to help you sign your iOS builds
Stars: โœญ 25 (-45.65%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-validate app
Validate your app with altool before uploading to iTunes Connect
Stars: โœญ 16 (-65.22%)
Mutual labels:  fastlane, fastlane-plugin
firim
Upload ipa binary to fir.im in fastlane chain
Stars: โœญ 51 (+10.87%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-jira release notes
Fastlane Plugin for Jira Release Notes
Stars: โœญ 14 (-69.57%)
Mutual labels:  fastlane, fastlane-plugin
souyuz
Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications
Stars: โœญ 35 (-23.91%)
Mutual labels:  fastlane, fastlane-plugin
Trainer
Convert xcodebuild plist and xcresult files to JUnit reports
Stars: โœญ 216 (+369.57%)
Mutual labels:  fastlane
FontSizeTestRule
An ActivityScenario extension and a Junit4 TestRule to simulate changing the font size on a device/emulator, as it would be done by going to Settings > display > Font size
Stars: โœญ 19 (-58.7%)
Mutual labels:  instrumentation-tests
App
An easy way to connect with fellow developers during WWDC
Stars: โœญ 188 (+308.7%)
Mutual labels:  fastlane
Docs
All the fastlane docs
Stars: โœญ 216 (+369.57%)
Mutual labels:  fastlane
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: โœญ 18 (-60.87%)
Mutual labels:  fastlane
Fastlane Plugin Test center
๐ŸŽฏ The best fastlane plugin to understand and tame misbehaving iOS tests ๐ŸŽ‰
Stars: โœญ 214 (+365.22%)
Mutual labels:  fastlane
fastlane-plugin-xcodegen
๐Ÿš€ Fastlane plugin to generate the Xcode-Project with xcodegen
Stars: โœญ 25 (-45.65%)
Mutual labels:  fastlane-plugin
Letteravatarkit
๐Ÿ“ฆ An extension that generates letter-based avatars/placeholders
Stars: โœญ 180 (+291.3%)
Mutual labels:  fastlane
birthtalk
Meet who have birth common with you
Stars: โœญ 36 (-21.74%)
Mutual labels:  fastlane
Android Kotlin Modulerized Cleanarchitecture
๐Ÿš€ Example modularized android application with single activity written in Kotlin
Stars: โœญ 180 (+291.3%)
Mutual labels:  fastlane
Localizr
Localizr is a Tool that handles and automates the generation of localization files for IOS and Android so there will be only one source of truth for all of your localization strings.
Stars: โœญ 33 (-28.26%)
Mutual labels:  fastlane

run_tests_firebase_testlab plugin

fastlane Plugin Badge Build Status Gem Version

Please, read this blog post if you want to know better how to use this plugin.

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-run_tests_firebase_testlab, add it to your project by running:

fastlane add_plugin run_tests_firebase_testlab

About run_tests_firebase_testlab

  • Authenticates with Google Cloud.

  • Runs Android tests in Firebase Test Lab.

  • Fetches the results to a local directory.

  • Deletes the results from firebase bucket if wanted.

Example

Check out the example Fastfile to see how to use this plugin.

Simple usage

run_tests_firebase_testlab(
    project_id: "your-firebase-project-id",
    devices: [
      {
        model: "Nexus6P",
        version: "27"
      }
    ]);

Parameters

Parameter Description Optional Default
project_id Your Firebase project id No -
devices A list of devices to test the App on No -
device[model] A device model on which the tests will run No -
device[version] The Android api version of the device No -
device[locale] The locale to test against Yes en_US
device[orientation] The orientation of the device Yes portrait
app_apk The path for your app apk Yes app/build/outputs/apk/debug/
app-debug.apk
android_test_apk The path for your android test apk Yes app/build/outputs/apk/androidTest/
debug/app-debug-androidTest.apk
timeout The max time this test execution can run before it is cancelled Yes 30m
output_dir The directory to save the output results Yes firebase
bucket_url The bucket url where the test results were stored Yes Parsed automatically from tests output
delete_firebase_files A flag to control if the firebase files should be deleted from the bucket or not Yes false
extra_options Extra options that you need to pass to the gcloud command Yes empty string
gcloud_service_key_file File path containing the gcloud auth key Yes Created from GCLOUD_SERVICE_KEY environment variable
download_results_from_firebase A flag to control if the firebase files should be downloaded from the bucket or not Yes true

Run tests for this plugin

To run both the tests, and code style validation, run

rake

To automatically fix many of the styling issues, use

rubocop -a

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].