-
Notifications
You must be signed in to change notification settings - Fork 118
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
feat: Add Other Files for iOS #1267
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1267 +/- ##
============================================
- Coverage 79.66% 79.58% -0.08%
- Complexity 715 716 +1
============================================
Files 233 233
Lines 4401 4414 +13
Branches 757 758 +1
============================================
+ Hits 3506 3513 +7
- Misses 496 502 +6
Partials 399 399 |
3f7d172
to
35eac80
Compare
35eac80
to
8ecc19d
Compare
@@ -146,6 +146,15 @@ gcloud: | |||
# locale: es_ES | |||
# orientation: landscape | |||
|
|||
|
|||
## A list of device-path=file-path pairs that specify the paths of the test device and the files you want pushed to the device prior to testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## A list of device-path=file-path pairs that specify the paths of the test device and the files you want pushed to the device prior to testing. | |
## A list of device-path=file-path pairs that specify the paths of the test device and the files you want to be pushed to the device prior to testing. |
But I can see it's copy-pasted from https://cloud.google.com/sdk/gcloud/reference/alpha/firebase/test/ios/run#--other-files so I might be wrong and it's written correctly?
@Sloox ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is copy paste from google page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think leave it if its copy pasted. But yes you are correct. @pawelpasterz good spot ;) i hope to one day be like this with Polish 👍
It would be nice to have the possibility of testing it on the actual app. If it's doable, please update the test plan |
8ecc19d
to
c4f05df
Compare
@Mergifyio rebase |
Command
|
integration tests? :) |
I'll try to cover it within #1212 |
@Mergifyio refresh |
Command
|
Fixes #1199
Test Plan
Other files could be sent using
--other-files
CLI orother-files
YAML config for iOSChecklist