diff --git a/docs/ascii/flank.jar_-android-run.adoc b/docs/ascii/flank.jar_-android-run.adoc index cf6040e34d..d0603e8bd2 100644 --- a/docs/ascii/flank.jar_-android-run.adoc +++ b/docs/ascii/flank.jar_-android-run.adoc @@ -32,6 +32,7 @@ flank.jar [*--num-flaky-test-attempts*=__] [*--num-test-runs*=__] [*--num-uniform-shards*=__] + [*--output-report*=__] [*--output-style*=__] [*--project*=__] [*--results-bucket*=__] [*--results-dir*=__] @@ -184,6 +185,9 @@ Configuration is read from flank.yml *--disable-usage-statistics*:: If set to true flank not send usage statistics. +*--output-report*=__:: + Saves output results as parsable file and optionally upload it to Gcloud. + *-h*, *--help*:: Prints this help message diff --git a/docs/ascii/flank.jar_-firebase-test-android-run.adoc b/docs/ascii/flank.jar_-firebase-test-android-run.adoc index d559ca2dd3..768ceac944 100644 --- a/docs/ascii/flank.jar_-firebase-test-android-run.adoc +++ b/docs/ascii/flank.jar_-firebase-test-android-run.adoc @@ -37,6 +37,7 @@ flank.jar [*--num-flaky-test-attempts*=__] [*--num-test-runs*=__] [*--num-uniform-shards*=__] + [*--output-report*=__] [*--output-style*=__] [*--project*=__] [*--results-bucket*=__] @@ -198,6 +199,9 @@ Configuration is read from flank.yml *--disable-usage-statistics*:: If set to true flank not send usage statistics. +*--output-report*=__:: + Saves output results as parsable file and optionally upload it to Gcloud. + *-h*, *--help*:: Prints this help message diff --git a/docs/ascii/flank.jar_-firebase-test-ios-run.adoc b/docs/ascii/flank.jar_-firebase-test-ios-run.adoc index e2ed5c1f8c..b621363183 100644 --- a/docs/ascii/flank.jar_-firebase-test-ios-run.adoc +++ b/docs/ascii/flank.jar_-firebase-test-ios-run.adoc @@ -30,7 +30,8 @@ flank.jar [*--num-flaky-test-attempts*=__] [*--num-test-runs*=__] [*--only-test-configuration*=__] [*--output-style*=__] + _ on>_] [*--output-report*=__] + [*--output-style*=__] [*--project*=__] [*--results-bucket*=__] [*--results-dir*=__] @@ -180,6 +181,9 @@ Configuration is read from flank.yml *--disable-usage-statistics*:: If set to true flank not send usage statistics. +*--output-report*=__:: + Saves output results as parsable file and optionally upload it to Gcloud. + *-h*, *--help*:: Prints this help message diff --git a/docs/ascii/flank.jar_-ios-run.adoc b/docs/ascii/flank.jar_-ios-run.adoc index 1d07f90e89..8bb656973c 100644 --- a/docs/ascii/flank.jar_-ios-run.adoc +++ b/docs/ascii/flank.jar_-ios-run.adoc @@ -26,6 +26,7 @@ flank.jar [*--num-flaky-test-attempts*=__] [*--num-test-runs*=__] [*--only-test-configuration*=__] + [*--output-report*=__] [*--output-style*=__] [*--project*=__] [*--results-bucket*=__] [*--results-dir*=__] @@ -167,6 +168,9 @@ Configuration is read from flank.yml *--disable-usage-statistics*:: If set to true flank not send usage statistics. +*--output-report*=__:: + Saves output results as parsable file and optionally upload it to Gcloud. + *-h*, *--help*:: Prints this help message diff --git a/release_notes.md b/release_notes.md index 5e0e2a77fd..1546df78df 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,42 @@ +## v21.03.0 +### CI Changes +- [#1641](https://github.com/Flank/flank/pull/1641) Add missing subcommands ([pawelpasterz](https://github.com/pawelpasterz)) +- [#1642](https://github.com/Flank/flank/pull/1642) Fix release workflow ([pawelpasterz](https://github.com/pawelpasterz)) +- [#1640](https://github.com/Flank/flank/pull/1640) Fix gradle command ([pawelpasterz](https://github.com/pawelpasterz)) +- [#1618](https://github.com/Flank/flank/pull/1618) Publish Flank-scripts to Github ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1614](https://github.com/Flank/flank/pull/1614) Publish flank to maven central ([adamfilipow92](https://github.com/adamfilipow92), [piotradamczyk5](https://github.com/piotradamczyk5)) +### Documentation +- [#1627](https://github.com/Flank/flank/pull/1627) Explore test-targets-for-shards SDD ([Sloox](https://github.com/Sloox), [piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1592](https://github.com/Flank/flank/pull/1592) Fix SDD for Github action ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1590](https://github.com/Flank/flank/pull/1590) Github action SDD proposal ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1583](https://github.com/Flank/flank/pull/1583) Flank-scripts ops package organization ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1566](https://github.com/Flank/flank/pull/1566) Flank-scripts command overview ([piotradamczyk5](https://github.com/piotradamczyk5)) +### Features +- [#1635](https://github.com/Flank/flank/pull/1635) Part 2 of IT tests ([Sloox](https://github.com/Sloox), [pawelpasterz](https://github.com/pawelpasterz)) +- [#1624](https://github.com/Flank/flank/pull/1624) Part 1 of multiple OS IT tests ([Sloox](https://github.com/Sloox)) +- [#1559](https://github.com/Flank/flank/pull/1559) Add storing output as json ([adamfilipow92](https://github.com/adamfilipow92), [piotradamczyk5](https://github.com/piotradamczyk5)) +### Bug Fixes +- [#1631](https://github.com/Flank/flank/pull/1631) Update compare files in IT ([Sloox](https://github.com/Sloox), [pawelpasterz](https://github.com/pawelpasterz)) +- [#1628](https://github.com/Flank/flank/pull/1628) Remove analytics from integration tests ([Sloox](https://github.com/Sloox)) +- [#1626](https://github.com/Flank/flank/pull/1626) Spacing fix for yml file ([Sloox](https://github.com/Sloox)) +- [#1620](https://github.com/Flank/flank/pull/1620) Authenticate in Github CLI before release Flank-Scripts ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1619](https://github.com/Flank/flank/pull/1619) Releasing flank-scripts ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1617](https://github.com/Flank/flank/pull/1617) Release job ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1612](https://github.com/Flank/flank/pull/1612) NPE on dumpShards ([adamfilipow92](https://github.com/adamfilipow92)) +- [#1593](https://github.com/Flank/flank/pull/1593) Remove GameloopIT test for IOS ([Sloox](https://github.com/Sloox)) +- [#1585](https://github.com/Flank/flank/pull/1585) Print Flank version only on run command ([adamfilipow92](https://github.com/adamfilipow92)) +- [#1581](https://github.com/Flank/flank/pull/1581) Fixes for Workflow files & IT tests ([Sloox](https://github.com/Sloox), [adamfilipow92](https://github.com/adamfilipow92)) +- [#1575](https://github.com/Flank/flank/pull/1575) Increase heap size ([pawelpasterz](https://github.com/pawelpasterz)) +- [#1564](https://github.com/Flank/flank/pull/1564) Windows issues ([Sloox](https://github.com/Sloox)) +- [#1560](https://github.com/Flank/flank/pull/1560) Fix IT workflow for windows ([Sloox](https://github.com/Sloox)) +- [#1557](https://github.com/Flank/flank/pull/1557) Move shards json to result directory ([adamfilipow92](https://github.com/adamfilipow92), [piotradamczyk5](https://github.com/piotradamczyk5)) +### Refactor +- [#1589](https://github.com/Flank/flank/pull/1589) Move function to files which use them ([adamfilipow92](https://github.com/adamfilipow92), [piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1584](https://github.com/Flank/flank/pull/1584) Reorganize domain layer of flank scripts ([adamfilipow92](https://github.com/adamfilipow92), [piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1574](https://github.com/Flank/flank/pull/1574) Refactor CLI of Flank-scripts ([piotradamczyk5](https://github.com/piotradamczyk5)) +- [#1572](https://github.com/Flank/flank/pull/1572) Flank scripts features not depends on each other ([adamfilipow92](https://github.com/adamfilipow92)) +- [#1533](https://github.com/Flank/flank/pull/1533) Refactor flank scripts ([jan-gogo](https://github.com/jan-gogo), [adamfilipow92](https://github.com/adamfilipow92), [piotradamczyk5](https://github.com/piotradamczyk5)) + ## v21.02.0 ### Bug Fixes - [#1547](https://github.com/Flank/flank/pull/1547) IT test fix ()