feat: finalize projectwork CI jobs, docs and test integration

This commit is contained in:
2026-04-23 11:39:08 +03:00
parent 737bddd631
commit 20bdacf5c5
39 changed files with 1819 additions and 70 deletions
@@ -0,0 +1,40 @@
---
- job:
name: qa-web-bdd-tests
description: "WEB BDD/Cucumber тесты (homework_1, branch homework_2)."
project-type: pipeline
concurrent: true
sandbox: true
properties:
- build-discarder:
num-to-keep: 50
parameters:
- string:
name: BDD_REPO_URL
default: https://git.kovbasa.ru/otus-autotests/homework_1.git
description: "Git URL репозитория с BDD/Cucumber web тестами"
- string:
name: BDD_REPO_REF
default: homework_2
description: "Git branch/tag/commit для checkout"
- string:
name: ALLURE_ADAPTER_VERSION
default: 2.29.1
description: "Версия allure-junit5 адаптера"
- choice:
name: BROWSER
choices:
- chrome
- firefox
- string:
name: BASE_URL
default: https://otus.ru
- string:
name: SELENOID_URL
default: http://host.docker.internal:4444/wd/hub
- choice:
name: HEADLESS
choices:
- "false"
- "true"
dsl: !include-raw-verbatim: ../scripts/qa-web-bdd-tests.groovy