mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00

* Stop running the UI tests on the double localized pseudolanguage * Fix UI tests signalling comms problem because the json key ordering wasn't defined and the messages wouldn't match. * Remove UI tests that are now the same as preview tests (i.e. non flow based, only screen based), fixed the rest so they run on iOS 17.2, the iPhone 15 and iPad 10th gen simulators. * Remove unnecessary gitignore instructions, change UI test snapshot naming convention to be more similar to the unit test ones * Enable derived data and spm checkout caching for UI tests * Switch UI tests back to the perf-only runner, moved the integration tests to the iPhone 15 Pro simulator. * Address PR comments
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.