Use android test orchestrator#4932
Merged
AndyScherzinger merged 2 commits intomasterfrom Dec 12, 2019
Merged
Conversation
AndyScherzinger
approved these changes
Dec 11, 2019
AndyScherzinger
approved these changes
Dec 11, 2019
0f32bcf to
eec5b5f
Compare
Collaborator
|
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11952 |
Member
|
@tobiasKaminsky needs a rebase and see #4932 (comment) tests are reported to be failing but aren't 😁 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
eec5b5f to
ea6a5e9
Compare
Collaborator
|
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11960 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
ea6a5e9 to
50a73b4
Compare
Collaborator
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11964.apk |
Collaborator
Codacy327Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #4932 +/- ##
============================================
- Coverage 17.78% 17.62% -0.16%
Complexity 3 3
============================================
Files 385 385
Lines 32675 32675
Branches 4593 4593
============================================
- Hits 5810 5759 -51
- Misses 25940 25987 +47
- Partials 925 929 +4
|
tobiasKaminsky
added a commit
that referenced
this pull request
Dec 13, 2019
10789e9 Merge pull request #4932 from nextcloud/useTestOrchestrator 50a73b4 on smaller displays we have to swipe up 9fce154 Use android test orchestrator cbf59eb Merge pull request #4983 from nextcloud/disableGoogleTracking e8eae2a disable google test tracking 257ac81 Merge pull request #4900 from nextcloud/v2withActivity a235718 fix tests 6eb4ac7 revert to master snapshot 8b61e74 remove unneeded accountManager e5cd5ff use nextcloudClient.execute(…) 066f4c2 Initial work on v2 with activity 45f1146 [tx-robot] updated from transifex d913950 daily dev 20191211
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This should make it a bit more robust, e.g. no context is shared between different tests and if one test fails the other will still be executed.
Signed-off-by: tobiasKaminsky tobias@kaminsky.me