Skip to content

Example for ios project? #3

@dinisnunes1

Description

@dinisnunes1

It's working very well for android. Would it work too for ios projects?

The firebase command is not that different:
gcloud firebase test ios run --test PATH/TO/MyTests.zip \ --device model=iphonexr,version=13.2,locale=en_US,orientation=portrait --xcode-version=12.1

Would this work with the current action, something like?

tests.yml

ios-iphonexr:
  type: instrumentation
  app: ''
  test: iosOutputZip.zip
  device:
    - model: iphonexr
      version: 13.2
      locale: 'en_US'
      orientation: portrait```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions