-
-
Notifications
You must be signed in to change notification settings - Fork 304
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: Automate the generation of screenshots for iOS and Android in various languages & screensizes #1208
Conversation
ios: Run cd ./packages/smooth_app && flutter build ios --release --no-codesign |
Android: build 2.2.1... |
Codecov Report
@@ Coverage Diff @@
## develop #1208 +/- ##
==========================================
Coverage ? 10.92%
==========================================
Files ? 276
Lines ? 13528
Branches ? 0
==========================================
Hits ? 1478
Misses ? 12050
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
PWD gives: /Users/runner/work/smooth-app/smooth-app/packages/smooth_app |
Questions:
|
Sure, we'd have to remove the matrix and loop through the variants in the tests
We can already do it in the dev settings (It seems currently broken to me) but it's definitely possible |
I/flutter ( 2508): ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════ |
Working on it. Should be OK tomorrow. |
ERR : Error on line 3, column 10 of pubspec.yaml: Invalid version number: Could not parse "ots/android+719". |
I guess there's a problem in the generation of the version number. cc @M123-dev name: smooth_app
description: The next generation of the Open Food Facts mobile apps.
version: 0.0.0+600 |
it's also that the current branch does not follow established pattern, but don't loose too much time on this PR, which isn't prioritary |
What this currently does
Open questions
Part of