-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use android test orchestrator #4932
Conversation
0f32bcf
to
eec5b5f
Compare
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11952 |
@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
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11960 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
ea6a5e9
to
50a73b4
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11964.apk |
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
|
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 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