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

iOS | Add --directories-to-pull #1198

Closed
bootstraponline opened this issue Oct 5, 2020 · 0 comments · Fixed by #1266
Closed

iOS | Add --directories-to-pull #1198

bootstraponline opened this issue Oct 5, 2020 · 0 comments · Fixed by #1266
Assignees
Labels

Comments

@bootstraponline
Copy link
Contributor

bootstraponline commented Oct 5, 2020

Author the user story for this feature

As an iOS developer, I want to pull directories so I can store results in Google cloud storage.

Describe the solution

This is an unpublished feature at the moment.

  /**
   * List of directories on the device to upload to Cloud Storage at the end of the test.
   * Directories should either be in a shared directory (e.g. /private/var/mobile/Media) or within
   * an accessible directory inside the app's filesystem (e.g. /Documents) by specifying the bundle
   * id.
   * @param pullDirectories pullDirectories or {@code null} for none
   */
  public IosTestSetup setPullDirectories(java.util.List<IosDeviceFile> pullDirectories) {
    this.pullDirectories = pullDirectories;
    return this;
  }

https://cloud.google.com/sdk/gcloud/reference/alpha/firebase/test/ios/run

@bootstraponline bootstraponline changed the title iOS | Directories to pull iOS | Add --directories-to-pull Oct 5, 2020
@adamfilipow92 adamfilipow92 self-assigned this Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants