-
Notifications
You must be signed in to change notification settings - Fork 6
chore: generate ios screenshots. #570
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
Conversation
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'm guessing this is a first pass, since we don't have the screenshots code working yet, right?
fastlane/Fastfile
Outdated
scheme: "#{scheme}UITests", | ||
test_target_name: scheme, | ||
erase_simulator: true, | ||
# languages: locales, |
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.
Don't we need this?
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.
We do.
ooni/ios/*/*.png | ||
ooni/ios/*.html | ||
|
||
dw/ios/*/*.png | ||
dw/ios/*.html |
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.
Don't we want to eventually upload the screenshots into git?
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.
We do. But these are general rules. we generate more screenshots that we actually need to upload to git.
Closes #534