From c73f6ddd39738383ba4c09ae59bf1261e657c12f Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 23 Apr 2026 09:11:08 +0200 Subject: [PATCH 1/3] IBX-11657: Added connector-quable to CI --- .github/workflows/browser-tests.yml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 9b406f70..22a7f979 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,7 +21,7 @@ on: jobs: regression-commerce-setup1: name: "PHP 8.3/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657 with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -33,11 +33,12 @@ jobs: job-count: 4 multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.3-node22" + ci-scripts-branch: "ibx-11657" timeout: 120 secrets: inherit regression-commerce-setup2: name: "PHP 8.4/Node 22/MariaDB 11.4/Elastic 8/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657 with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -49,11 +50,12 @@ jobs: job-count: 4 multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + ci-scripts-branch: "ibx-11657" timeout: 120 secrets: inherit regression-commerce-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657 with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -65,5 +67,21 @@ jobs: job-count: 4 multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + ci-scripts-branch: "ibx-11657" timeout: 120 secrets: inherit + install-connector-quable: + name: "Install connector-quable/PHP 8.4/PostgreSQL" + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657 + with: + project-edition: "commerce" + project-version: ${{ github.event.inputs.project-version }} + setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/selenium.yml" + install-connector-quable: true + test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaCommerce' + test-setup-phase-1: '--profile=setup --suite=personas --mode=standard' + test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard' + send-success-notification: false + php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + ci-scripts-branch: "ibx-11657" + secrets: inherit \ No newline at end of file From 5faa12f88f5d6e373937a8af29c7616d331d25fe Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 23 Apr 2026 10:51:29 +0200 Subject: [PATCH 2/3] IBX-11657: Added new line --- .github/workflows/browser-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 22a7f979..93afe571 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -84,4 +84,4 @@ jobs: send-success-notification: false php-image: "ghcr.io/ibexa/docker/php:8.4-node22" ci-scripts-branch: "ibx-11657" - secrets: inherit \ No newline at end of file + secrets: inherit From ccfe7869abdeb3e1ab4446d898ead845132932bc Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 23 Apr 2026 12:37:23 +0200 Subject: [PATCH 3/3] IBX-11657: Adjusted naming after code review --- .github/workflows/browser-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 93afe571..63c8a9bc 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -70,8 +70,8 @@ jobs: ci-scripts-branch: "ibx-11657" timeout: 120 secrets: inherit - install-connector-quable: - name: "Install connector-quable/PHP 8.4/PostgreSQL" + admin-ui-connector-quable: + name: "Connector-quable tests/PHP 8.4/Node 22/PostgreSQL 18.0" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11657 with: project-edition: "commerce"