Skip to content

Conversation

@Watemlifts
Copy link
Owner

  • name: Run test on Autify for Mobile # You may pin to the exact commit or the version. # uses: autifyhq/actions-mobile-test-run@8fd7241 uses: autifyhq/[email protected] with: # Access token of Autify for Mobile. access-token: # URL of a test plan e.g. https://moible-app.autify.com/projects//test_plans/ autify-test-url: # ID of the already uploaded build. (Note: Either build-id or build-path is required but not both) build-id: # optional # File path to the iOS app (.app) or Android app (.apk). (Note: Either build-id or build-path is required but not both) build-path: # optional # When true, the action waits until the test finishes. wait: # optional, default is false # Timeout seconds when waiting. timeout: # optional # Maximum retry count while waiting. The command can take up to timeout * (max-retry-count + 1). Only effective with wait max-retry-count: # optional # A path to autify which will be used to invoke Autify CLI internally. Default is searching from PATH. autify-path: # optional, default is autify # Autify CLI installer URL autify-cli-installer-url: # optional, default is https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash

- name: Run test on Autify for Mobile
  # You may pin to the exact commit or the version.
  # uses: autifyhq/actions-mobile-test-run@8fd7241
  uses: autifyhq/[email protected]
   with:
    # Access token of Autify for Mobile.
    access-token: 
    # URL of a test plan e.g. https://moible-app.autify.com/projects/<ID>/test_plans/<ID>
    autify-test-url: 
    # ID of the already uploaded build. (Note: Either build-id or build-path is required but not both)
    build-id: # optional
    # File path to the iOS app (*.app) or Android app (*.apk). (Note: Either build-id or build-path is required but not both)
    build-path: # optional
    # When true, the action waits until the test finishes.
    wait: # optional, default is false
    # Timeout seconds when waiting.
    timeout: # optional
    # Maximum retry count while waiting. The command can take up to `timeout * (max-retry-count + 1)`. Only effective with `wait`
    max-retry-count: # optional
    # A path to `autify` which will be used to invoke Autify CLI internally. Default is searching from PATH.
    autify-path: # optional, default is autify
    # Autify CLI installer URL
    autify-cli-installer-url: # optional, default is https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash
@Watemlifts Watemlifts added enhancement New feature or request good first issue Good for newcomers labels Sep 25, 2023
@Watemlifts Watemlifts self-assigned this Sep 25, 2023
@github-actions
Copy link

github-actions bot commented Sep 25, 2023

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

@github-actions
Copy link

Unit Test Results

   816 files  +   816     816 suites  +816   36m 7s ⏱️ + 36m 7s
4 995 tests +4 995  4 973 ✔️ +4 973  21 💤 +21  1 +1 
9 856 runs  +9 856  9 814 ✔️ +9 814  41 💤 +41  1 +1 

For more details on these failures, see this check.

Results for commit 8e6aa2f. ± Comparison against base commit 292d549.

@Watemlifts Watemlifts merged commit e0f1c17 into master Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants