We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add action return values in order to use it in Fastfile
result = run_tests_firebase_testlab( project_id: "projectid", model: "Nexus6P,sailfish,victara", version: "27,28,19", locale: "en_US,en_US,en_US", orientation: "portrait,portrait,portrait", gcloud_service_key_file: "key.json", app_apk:"./app-staging-debug.apk", android_test_apk:"./app-staging-debug-androidTest.apk", output_dir: "./instrumentationStagingTestResults") puts result["result_bucket_url"] puts result["test_lab_console_url"] puts result["test_failed"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add action return values in order to use it in Fastfile
The text was updated successfully, but these errors were encountered: