Releases: avito-tech/avito-android
2020.14.1
2020.14
2020.13
Features
- project now builds against Android Gradle Plugin 4.0 #502 (it is backward incompatible change)
- dependencies-lint project is removed #503 (we recommend using autonomousapps/dependency-analysis-android-gradle-plugin)
- improved kotlin dsl compatibility for instrumentation plugin #504
- test-okhttp module as testing extenstions for okhttp mockwebserver #476
Fixes
- exception in TestRule leads to Error test status, not Lost #505
Meta
- documentation now deploys automatically #506
2020.12
Features
MBS-8682 Support platform dependency in impact analysis (#495)
MBS-7793 de-obfuscate log that uploaded to RV (#493)
MBS-8795 Add sdks
to the Flaky annotation (#497)
Fixes
MBS-8791 Remove failed test stacktrace logging (#496)
MBS-8682 Make ownership extension optional (#498)
MBS-8896 Swallowed exception in SimpleRule (#500)
Documentation
MBS-8782 Fix CI steps documentation about impact analysis (#492)
MBS-8791 Update Release publishing documentation (#494)
MBS-8795 Update FlakyAnnotation.md (#499)
2020.11
2020.10
Features
Clean up ScreenChecks
api (#468) (#477)
Prettify verdict message (#475)
Documentation
Update ScreenChecks
documentation (#470)
Meta
Remove performance scheduler (#466)
Remove build on target (#469)
Remove qapps leftovers (#471)
Add the Gradle enterprise plugin. Publish Gradle scans on failures (#473)
2020.9
Features
- Add a flag to control implicit ScreenCheck.isScreenOpened on interaction with view elements (#465)
Meta
- Remove buildOnTargetFeature. Previously we used it to compare test results from the current branch and target branch. Now we compare current branch results we already built results from develop (#463)
2020.8
Features
- Cache build check for macOs localhost resolving issue to run it at most once a day (#453)
- Introduce a proxy solution for stable testing of Snackbar (#451, #456)
#460) - Introduce a new QAppsExtension in QApps plugin to further removing of unnecessary dependencies (#460)
Documentation
- Describe modules structure in monorepository (#459)
Fixes
- Don't fail instrumentation tests when a test report contains failed tests from another APK (#458)
- Don't fail MockApiRule if another TestRule has failed (#455)