Releases: Flank/flank
Releases · Flank/flank
Flank v6.2.0
Flank v6.1.0
Stable release for commit a7cbdc2
v6.1.0
- #542 Add
additional-app-test-apks
to include multiple app/test apk pairs in a single run. (bootstraponline)
Flank v6.0.1
Stable release for commit 42bfc7b
v6.0.1
- #550 Update dex-test-parser to fix Inherited crash. (bootstraponline)
Flank v6.0.0
Stable release for commit 85d4266
v6.0.0
- #541 Rename
--test-shards
CLI flag to--max-test-shards
. Add--smart-flank-gcs-path
CLI flag. (bootstraponline) - #544 Fix empty test targets crash. (bootstraponline)
- #548 Fix flank cancel. Print os name when sharding iOS tests. (bootstraponline)
- #549 Update to llvm 8.0.0 and Swift 5.0.1. (bootstraponline)
Flank v5.1.0
Flank v5.0.2
Stable release for commit 182d0c5
v5.0.2
- #538 Update
dextestparser
. Fixes APK parsing crash. (bootstraponline) - #536 Always calculate exit code from matrix status instead of JUnit XML. (bootstraponline)
Flank v5.0.1
Stable release for commit 639ae4b
v5.0.1
- #534 Fix updateMatrixFile not saving
matrix_ids.json
. (bootstraponline)
Flank v5.0.0
Stable release for commit df8690b
v5.0.0
- #506 Add bugsnag reporting to detect Flank crashes. (bootstraponline)
- #507 Improve error message when credentials fail to load, folder doesn't exist, and on bucket creation failure. Properly pass through user credential when checking the storage bucket. (bootstraponline)
- #514 Rename
testShards
tomaxTestShards
(miguelslemos) - #518 Add deprecation warnings when old key names are used.
flank android doctor --fix
will auto fix the YAML file. (bootstraponline) - #519 Rename
maxTestShards
tomax-test-shards
,shardTime
toshard-time
,repeatTests
torepeat-tests
,smartFlankGcsPath
tosmart-flank-gcs-path
,disableSharding
todisable-sharding
. Movedproject
fromgcloud
toflank
(bootstraponline) - #523 Add
--local-result-dir
to make it easy to find the test result at a fixed path. (bootstraponline) - #524 Fix iOS test sharding when there's a space in the path (bootstraponline)
- #522 Correctly report test results and exit code when using
flaky-test-attempts
(bootstraponline) - #530 Save files downloaded with
files-to-download
to device root folder. Fix web links in HTML report. (bootstraponline) - #533 Update matrix_ids.json on every matrix change. Useful for debugging runs that crashed. (jschear)
Flank v4.4.0
Stable release for commit 5b0d232
v4.4.0
- #505 Fix
flank auth login
by usinggoogle-auth-library-java
. (bootstraponline) - #501 Fix nullability check in SavedMatrix. (bootstraponline)
- #493 Fix getDefaultBucket timeout. (bootstraponline)