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

Example for ios project? #3

Open
dinisnunes1 opened this issue Jan 24, 2021 · 2 comments
Open

Example for ios project? #3

dinisnunes1 opened this issue Jan 24, 2021 · 2 comments

Comments

@dinisnunes1
Copy link

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```
@mastef
Copy link

mastef commented Jun 17, 2022

@asadmansr the firebase test lab action's description says that it works for both Android and iOS currently :
image

But then later it says that it doesn't work for iOS and support is coming soon ( 2 years ago ). Do you still have any plans on adding it after all?

( My issue with the description is that it ranks on number 1 on google, while not providing the functionality. )

@cdeviabylte
Copy link

Is there an Alternative for IOS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants