16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
# Testing
|
|
## Android build app path
|
|
APP_PATH=<LOCAL_PATH/app-release-unsigned.apk>
|
|
|
|
## iOS build app path
|
|
APP_PATH=<LOCAL_PATH/App.app>
|
|
|
|
## Allure Results Directory path
|
|
ALLURE_RESULTS_DIR=tests/.reports/allure-results
|
|
|
|
## Choose the environment in the configs folder
|
|
ENVIRONMENT=local-comm
|
|
|
|
# This is used to tunnel iOS/Android simulators to host machine's localhost, will override config. Leave commented out if not needed
|
|
#KERIA_IP=127.0.0.1
|