Skip to content
New issue

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 #8

Open
lukicmarko opened this issue Jul 17, 2018 · 0 comments
Open

Add action return values #8

lukicmarko opened this issue Jul 17, 2018 · 0 comments
Labels
enhancement 🚀 Improve every day!

Comments

@lukicmarko
Copy link

lukicmarko commented Jul 17, 2018

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"]

@lukicmarko lukicmarko changed the title Add lane return values Add action return values Jul 17, 2018
@bffcorreia bffcorreia added the enhancement 🚀 Improve every day! label Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 Improve every day!
Projects
None yet
Development

No branches or pull requests

2 participants