Releases: Flank/flank
Releases · Flank/flank
Flank v21.04.1
v21.04.1
Documentation
- #1788 Added hypershard-ios setup tutorial (piotradamczyk5)
- #1791 Hypershard android usage guide (Sloox)
- #1775 Add corellium android example (pawelpasterz)
Tests update
- #1796 1795 update custom sharding it (pawelpasterz)
- #1790 Update DumpShardsIT (pawelpasterz)
Bug Fixes
- #1793 Added workaround for uppercase project name (piotradamczyk5)
- #1784 Skip Dump shards IT test (Sloox)
- #1782 Fix entrypoint file name (pawelpasterz)
- #1772 Fix flank-scripts test failure on MacOS (adamfilipow92, piotradamczyk5)
Features
- #1773 Add printing total run duration (piotradamczyk5)
- #1779 Implement custom sharding -- iOS (pawelpasterz)
- #1763 1665 implement custom sharding -- android (pawelpasterz)
- #1739 Windows IOS integration tests (Sloox, adamfilipow92)
Refactor
Flank Scripts 1.9.10
test: 1795 update custom sharding it (#1796) Fixes #1795 ## Test Plan > How do we know the code works? 1. run `./gradlew flankFullRun` 2. run `./gradlew integrationTests --tests CustomShardingIT` on windows :exclamation: 3. no errors 🎉
Flank Scripts 1.9.9
build: Dependencies updates [2021-04-05] (#1777) Dependencies updates
Flank Scripts 1.9.8
flank-scripts-1.9.8 fix: Fix flank-scripts test failure on MacOS (#1772)
Flank v21.04.0
v21.04.0
Documentation
- #1765 Add HLD for Test case based retries (piotradamczyk5)
- #1735 Add base pages for flank layers (jan-gogo)
- #1714 Flutter support (jan-gogo, adamfilipow92)
- #1733 Add flank component diagram (jan-gogo)
- #1707 Add cli class diagram (jan-gogo)
- #1709 Desktop POC SDD (piotradamczyk5)
- #1701 Create Github marketplace documentation for Flank action (piotradamczyk5)
Bug Fixes
- #1761 Removed mandatory GitHub token on artifacts downloading (adamfilipow92)
- #1732 Follow up refactor fix (pawelpasterz)
- #1725 Ix cli class diagram link ()
- #1694 Output path to local results github action (piotradamczyk5)
- #1693 White space in Github action (piotradamczyk5)
Refactor
- #1741 Rename cli package (piotradamczyk5)
- #1588 Investigate and create proposal (pawelpasterz, jan-gogo)
- #1718 Extract logic from cli to domain (jan-gogo)
- #1724 Separate main function from MainCommand (jan-gogo)
- #1696 Clean up dependencies (pawelpasterz)
Tests update
- #1737 Add IT for large shard test suite (piotradamczyk5)
- #1730 Added app with many tests (piotradamczyk5)
- #1719 Improve integration tests (adamfilipow92, piotradamczyk5)
Features
- #1717 Windows Updates For Integration Tests (Sloox)
- #1715 Add option to skip config validation (pawelpasterz)
- #1704 Add app name to the test result (pawelpasterz)
- #1711 Add support for emulator devices (pawelpasterz)
Flank Scripts 1.9.7
fix: Removed mandatory GitHub token on artifacts downloading (#1761) Fixes #1695 ## Test Plan > How do we know the code works? Flank should download test artifacts without any exceptions when GitHub token is not set in environment variables. - [X] Unit tested
Flank Scripts 1.9.6
flank-scripts-1.9.6 build: Dependencies updates [2021-03-29] (#1744)
Flank Scripts 1.9.5
feat: Windows Updates For Integration Tests feat: Windows Updates For Integration Tests
Flank Scripts 1.9.3
test: Added app with many tests (#1730) Relates to #1650 ## Test Plan > How do we know the code works? Tests app with many tests could be built. It is needed for example to add IT in #1650
Flank Github action
docs: Create Github marketplace documentation for Flank action (#1701) Fixes #1600 This is the description of the Flank Github action which goes to the Github marketplace. Unfortunately, we could not point to custom documentation, so I have added a link to the main documentation