feat: finalize projectwork CI jobs, docs and test integration
This commit is contained in:
@@ -5,10 +5,22 @@
|
||||
project-type: pipeline
|
||||
concurrent: true
|
||||
sandbox: true
|
||||
triggers:
|
||||
- timed: "15 1 * * *"
|
||||
properties:
|
||||
- build-discarder:
|
||||
num-to-keep: 50
|
||||
parameters:
|
||||
- string:
|
||||
name: BDD_REPO_URL
|
||||
default: https://git.kovbasa.ru/otus-autotests/homework_1.git
|
||||
- string:
|
||||
name: BDD_REFS
|
||||
default: main,homework_2
|
||||
- string:
|
||||
name: BDD_REPO_REF
|
||||
default: homework_2
|
||||
description: "Legacy fallback if BDD_REFS is empty"
|
||||
- string:
|
||||
name: QA_REPO_URL
|
||||
default: https://git.kovbasa.ru/otus-autotests/homework_4.git
|
||||
@@ -41,15 +53,15 @@
|
||||
default: https://otus.ru
|
||||
- string:
|
||||
name: EXECUTION_MODE
|
||||
default: local
|
||||
default: selenoid
|
||||
- string:
|
||||
name: SELENOID_URL
|
||||
default: http://host.docker.internal:4444/wd/hub
|
||||
- choice:
|
||||
name: HEADLESS
|
||||
choices:
|
||||
- "true"
|
||||
- "false"
|
||||
- "true"
|
||||
- string:
|
||||
name: APP_URL
|
||||
default: http://wiremock:8080/wishlist.apk
|
||||
@@ -83,4 +95,36 @@
|
||||
- string:
|
||||
name: RESERVATION_OWNER
|
||||
default: user4us
|
||||
- string:
|
||||
name: API_REST_REPO_URL
|
||||
default: https://git.kovbasa.ru/otus-autotests/hw3.git
|
||||
- string:
|
||||
name: API_REST_REPO_REF
|
||||
default: main
|
||||
- string:
|
||||
name: EXTRA_REPO_URL
|
||||
default: https://git.kovbasa.ru/otus-autotests/hw3.git
|
||||
- string:
|
||||
name: EXTRA_REPO_REF
|
||||
default: homework_5
|
||||
- string:
|
||||
name: PLAYWRIGHT_REPO_URL
|
||||
default: https://git.kovbasa.ru/otus-autotests/homework_6.git
|
||||
- string:
|
||||
name: PLAYWRIGHT_REPO_REF
|
||||
default: master
|
||||
- choice:
|
||||
name: PLAYWRIGHT_BROWSER
|
||||
choices:
|
||||
- chromium
|
||||
- firefox
|
||||
- webkit
|
||||
- choice:
|
||||
name: PLAYWRIGHT_HEADLESS
|
||||
choices:
|
||||
- "true"
|
||||
- "false"
|
||||
- string:
|
||||
name: PLAYWRIGHT_DOCKER_IMAGE
|
||||
default: mcr.microsoft.com/playwright/java:v1.58.0-jammy
|
||||
dsl: !include-raw-verbatim: ../scripts/qa-runner.groovy
|
||||
|
||||
Reference in New Issue
Block a user