ci: stabilize Jenkins jobs and mobile pipeline
This commit is contained in:
@@ -9,6 +9,38 @@
|
||||
- build-discarder:
|
||||
num-to-keep: 30
|
||||
parameters:
|
||||
- string:
|
||||
name: MOBILE_REPO_URL
|
||||
default: https://git.kovbasa.ru/otus-autotests/homework_7.git
|
||||
description: "Git URL репозитория с Appium тестами"
|
||||
- string:
|
||||
name: MOBILE_REPO_REF
|
||||
default: master
|
||||
description: "Git branch/tag/commit для checkout"
|
||||
- string:
|
||||
name: ALLURE_ADAPTER_VERSION
|
||||
default: 2.29.1
|
||||
description: "Версия allure-junit5 адаптера"
|
||||
- choice:
|
||||
name: MOBILE_MAX_EMULATORS
|
||||
choices:
|
||||
- "1"
|
||||
- "2"
|
||||
description: "Сколько эмуляторов использовать в прогоне (1=стабильнее, 2=быстрее)"
|
||||
- choice:
|
||||
name: JUNIT_PARALLELISM
|
||||
choices:
|
||||
- "1"
|
||||
- "2"
|
||||
description: "Параллельность JUnit классов в мобильных тестах"
|
||||
- string:
|
||||
name: TEST_CLASSES_ORDER
|
||||
default: "ru.otus.mobile.tests.WishlistsTest,ru.otus.mobile.tests.GiftsTest,ru.otus.mobile.tests.ReservationTest"
|
||||
description: "Порядок классов для поочередного запуска (-Dtest)"
|
||||
- string:
|
||||
name: SUREFIRE_RERUN_FAILING
|
||||
default: "0"
|
||||
description: "Количество surefire rerun внутри одного запуска класса (обычно 0, т.к. ретрай делается на уровне pipeline)"
|
||||
- string:
|
||||
name: APP_URL
|
||||
default: http://wiremock:8080/wishlist.apk
|
||||
|
||||
Reference in New Issue
Block a user