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,35 @@
---
- job:
name: qa-playwright-tests
description: "Playwright UI тесты."
project-type: pipeline
concurrent: true
sandbox: true
properties:
- build-discarder:
num-to-keep: 50
parameters:
- 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_BASE_URL
default: https://otus.ru
- string:
name: PLAYWRIGHT_DOCKER_IMAGE
default: mcr.microsoft.com/playwright/java:v1.58.0-jammy
dsl: !include-raw-verbatim: ../scripts/qa-hw6-playwright-tests.groovy