Beam/fastlane
Stefan Ceriu a05c3e3774
Fix various flakey unit tests (#1783)
* Fix flakey emoji provider tests

* Fix flakey RoomScreenViewModel tests

* Fix flakey HomeScreenViewModel tests

* Fix flakey RoomMemberListScreen tests, problem with bindings getting overriden and deferFulfillment cancellable not getting stored

* Fix flakey RoomNotificationSettingsScreen tests and crashes

* Fix flakey RoomMemberDetailsScreen tests

* Deprecate old `deferFulfillment` and `nextViewState` methods

* Convert more files to the new `deferFulfillment`

* Converted the rest of the tests to the new deferFulfillment

* Removed now unused `nextViewState` and `deferFulfillment`

* Remove automatic retries from unit tests

* Reset analytics flag after running unit tests

* Address PR comments

* Introduce a new `deferFulfillment(publisher, keyPath, transitionValues)` method and use it where appropiate
2023-09-26 13:28:29 +03:00
..
2022-09-28 12:56:10 +03:00
2023-09-26 13:28:29 +03:00
2023-08-08 12:07:55 +03:00

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

alpha

[bundle exec] fastlane alpha

unit_tests

[bundle exec] fastlane unit_tests

ui_tests

[bundle exec] fastlane ui_tests

integration_tests

[bundle exec] fastlane integration_tests

config_nightly

[bundle exec] fastlane config_nightly

config_production

[bundle exec] fastlane config_production

upload_dsyms_to_sentry

[bundle exec] fastlane upload_dsyms_to_sentry

release_to_github

[bundle exec] fastlane release_to_github

prepare_next_release

[bundle exec] fastlane prepare_next_release

tag_nightly

[bundle exec] fastlane tag_nightly

This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.