Skip to content
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

Test Firebase Test Lab Integration #28

Merged
merged 15 commits into from
Apr 21, 2020

Conversation

sjcqs
Copy link
Contributor

@sjcqs sjcqs commented Apr 21, 2020

  • Add a daily runner running both tests and firebase test lab integration
  • Run firebase test lab integration test when releasing

@sjcqs sjcqs force-pushed the feature/feature/firebase_test_lab_app branch from 95a5d5e to e75f7c0 Compare April 21, 2020 08:19
@sjcqs sjcqs force-pushed the feature/feature/firebase_test_lab_app branch from e75f7c0 to c14a7c2 Compare April 21, 2020 08:21
Copy link
Contributor

@vincentbrison vincentbrison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall great PR! Thank you for this major addition!

tests/test-firebase-test-lab/.gitignore Outdated Show resolved Hide resolved
ci_cd.sh Outdated
@@ -22,19 +22,22 @@ function usage {
echo " --ndk_version <version> Install a specific Android NDK version from \`sdkmanager --list\`"
echo " --build Build image"
echo " --test Test image"
echo " --test-lab Test instrumented tests on Firebase Test Lab"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not we pick a name a bit more different from test parameter as it might be confusing? test will run all unit or local test. Maybe we can use the same semantic as https://developer.android.com/reference/android/test/suitebuilder/annotation/LargeTest. So we would have test and large-test options. We could evolve these parameters documentation this way:

  • test : Test image with local tests local tests
  • large-test : Test image with remote services (Firebase Test Lab)

What do you think about that?

.github/workflows/daily_runner.yml Outdated Show resolved Hide resolved
ci_cd.sh Outdated
@@ -22,22 +22,22 @@ function usage {
echo " --ndk_version <version> Install a specific Android NDK version from \`sdkmanager --list\`"
echo " --build Build image"
echo " --test Test image"
echo " --test-lab Test instrumented tests on Firebase Test Lab"
echo " --large-test Test instrumented tests on Firebase Test Lab"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You updated value name, but not the description, is this intended? See #28 (comment). Also the doc should be align l25

@vincentbrison vincentbrison merged commit 73fb484 into develop Apr 21, 2020
@vincentbrison vincentbrison deleted the feature/feature/firebase_test_lab_app branch April 21, 2020 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants