element-x-ios/fastlane
Stefan Ceriu a1fdfd068a
Fix UI tests (#950)
* Fixed unstored weak reference warning

* Prevent the timeline from jumping whenever we access XCUIApplication properties

* Prevent UI tests from causing side effects on the timeline

* Update userSession reference screenshots

* Fix create room UI tests

* Update inviteUsers UI test reference screenshots

* Allow certain tests to enable timeline accessibility

* Fix roomLayout tests and update reference screenshots

* Disable the testTimelineLayoutInMiddle test because of flakiness

* Update screenshots following timestamp addition

* Another attempt

* Yet another attempt, replace XCUIScreen screenshots with XCUIApplication ones, decrease delay to 1 second

* Allow tests to retry up to 3 times before failing the run
2023-05-26 17:43:38 +03:00
..
Fastfile Fix UI tests (#950) 2023-05-26 17:43:38 +03:00
Pluginfile Switch the diawi fastlane plugin to another source after original removal, update gems 2023-05-26 15:00:58 +03:00
README.md Tag nightlies after a successful build (#871) 2023-05-11 13:34:37 +03:00
changelog.rb Update some copyright headers 2022-09-28 12:56:10 +03:00

README.md

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

app_store_release

[bundle exec] fastlane app_store_release

build_release

[bundle exec] fastlane build_release

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

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.