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```
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.1Would this work with the current action, something like?
tests.yml