-
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
docs: Flutter support #1714
docs: Flutter support #1714
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Timestamp: 2021-03-24 11:46:10 |
Title does not follow the guidelines of Conventional Commits.
|
d189bb5
to
eb90eca
Compare
docs/flutter_status.md
Outdated
receive information's in ```IntegrationTestPlugin``` in method ```onMethodCall```. ```FlutterTestRunner``` sets test | ||
statuses in method ```run``` (lines: 78, 82, 84). |
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.
Would be great to have hyperlinks for specified lines.
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.
Thanks! Hyperlinks added!
docs/flutter_status.md
Outdated
1. Firebase can run flutter tests. You can find example in ```test_projects/flutter```, | ||
simple run ```./build_and_run_tests_firebase```. | ||
|
||
1. Firebase not supporting sharding for Flutter. |
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 could be explained in more detail.
Add script with commands used for tests, also the output with error will be useful.
Or direct link to firebase documentation explaining that is not supported.
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.
Thanks! I added a command example and describe test lab behavior.
test_projects/flutter/flutter_example/build_and_run_tests_firebase
Outdated
Show resolved
Hide resolved
f0c32f9
to
896c0cc
Compare
61affd2
to
9b2c024
Compare
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.
Add missing gcloud tests & results for the following commands:
8dc5537
to
8b83d6b
Compare
e577eb9
to
8e5c6de
Compare
2580d8f
to
cfdd574
Compare
Co-authored-by: Jan Góral <[email protected]>
Co-authored-by: Jan Góral <[email protected]>
35b177d
to
bf2385e
Compare
Fixes #1690
Test Plan
Currently Flank cannot run Flutter tests.
Here is example of building and running Flutter on gcloud
./test_projects/flutter/flutter_example/build_and_run_tests_firebase
Documentation about status can be find in
docs/flutter_status.md
Checklist