mattermost-mobile/fastlane
Saturnino Abril f05faaa949
E2E: Initial Detox setup for Mobile UI automation (#4535)
* initial Detox setup for mobile UI automation

* fix iOS allow permission on opening the app, add npm script to root folder, fix test when using longer site URL and add detox dependency to root for android build dependency

* remove detox proguardFile

* update packages and emulator

* change folder build on local and CI

* add test to post a message, ability to have test in isolation, server API commands, server config, dependency updates and update folder structure

* update snapshot

* update detox and do clean up

* update dependencies
2020-08-29 07:18:41 +08:00
..
actions Fastlane sign with iCloud (#1663) 2018-05-11 18:06:09 -03:00
metadata Bump app build number to 281 (#4148) 2020-04-13 19:25:59 -04:00
screenshots
env_vars_example Set default app scheme to mattermost (#3827) 2020-01-20 16:14:19 -03:00
Fastfile E2E: Initial Detox setup for Mobile UI automation (#4535) 2020-08-29 07:18:41 +08:00
Gemfile Bump app build number to 278 (#4081) 2020-03-26 20:27:45 -03:00
Gemfile.lock Bump Version to 1.35.0 and Build to 319 (#4699) 2020-08-18 20:09:15 -04:00
Matchfile
plist.erb Change PR build filename to PR-{PR_ID} (#2250) 2018-10-10 21:19:05 -03:00
Pluginfile Fastlane update to include new build process (#2208) 2018-10-03 15:09:42 -03:00
README.md

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

iOS

ios dev

fastlane ios dev

Build Release file

This will also make sure the profile is up to date

ios beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

This will also make sure the profile is up to date

ios release

fastlane ios release

Deploy a new version to the App Store

ios build

fastlane ios build

Android

android dev

fastlane android dev

android beta

fastlane android beta

android release

fastlane android release

This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.