Merge 28/06/2023 (#29)

* - updated config.yml
 - Fastlane added
 - lanes added for upload to playstore

Took 3 hours 34 minutes

* - refactoring of admin app
 - file structure updated

Took 34 hours 38 minutes

* - minor bug fixes

Took 3 hours 24 minutes

* - mid commit

Took 4 hours 2 minutes

* - mid commit

* - mid commit

Took 8 hours 5 minutes

* - mid commit

* - mid commit

* - mid commit

Took 55 minutes

* - Robots added for tests
 - Tests added
 - view naming refactoring
 - Image selecting stubbing added

Took 3 hours 48 minutes

* - code clean up

* first commit

* Update driver-8f4a1.json

* - Approver for documents as Admin (#19)

 - Approver for documents as Admin
 - UI tests for document approving
 - update config.yml
 - update android test suite
 - idling resources added for toast
 - toast methods refactored
 - tests for approving updated

* Driver admin complete
 - empty view for no users
 - edit user identifier
 - test for driver admin added

* Driver admin complete
 - update carousel version

* Driver admin complete
 - update carousel version

* mid commit

* fix failing tests

* Updated config.yml

* - screenshot library setup
 - pull screenshot after tests
 - update to fastfile to produce bundles instead of .apks

Took 4 hours 17 minutes

* - config.yml updated

Took 37 minutes

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* fix failing tests

* fix failing tests

* - lint checks

* Circleci update (#30)

 - dirty fix for failing test

* Updated to circleci (#31)

circleci config.yml updated

* Circleci branch deployment fix (#32)

- circleci Local testing
- circleci deployment fixed
- submodule circleci fix
This commit is contained in:
2023-08-05 16:41:08 +01:00
committed by GitHub
parent 23f16626cd
commit 1c7619fe38
227 changed files with 3902 additions and 2187 deletions

56
fastlane/README.md Normal file
View File

@@ -0,0 +1,56 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## Android
### android test
```sh
[bundle exec] fastlane android test
```
Runs all the tests
### android beta
```sh
[bundle exec] fastlane android beta
```
Submit a new Beta Build to Crashlytics Beta
### android deployDriver
```sh
[bundle exec] fastlane android deployDriver
```
Deploy a new version of Driver to the Google Play
### android deployAdmin
```sh
[bundle exec] fastlane android deployAdmin
```
Deploy a new version of Admin to the Google Play
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).