From 86f69c1483a89467986cc7d7efab54e70a32f8a3 Mon Sep 17 00:00:00 2001 From: Gustavo Lira Date: Thu, 25 Jun 2026 09:24:38 -0300 Subject: [PATCH 1/2] chore(argocd): enable E2E coverage (e2e-test-utils 2.1.0) Bump @red-hat-developer-hub/e2e-test-utils to 2.1.0 (coverage collector fixture) and commit the static Codecov coverage anchors. After /publish + /test the e2e run uploads the e2e-argocd flag. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../coverage-anchors/backstage-community.plugin-argocd | 0 .../backstage-community.plugin-argocd-backend | 0 workspaces/argocd/e2e-tests/package.json | 2 +- workspaces/argocd/e2e-tests/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 workspaces/argocd/coverage-anchors/backstage-community.plugin-argocd create mode 100644 workspaces/argocd/coverage-anchors/backstage-community.plugin-argocd-backend diff --git a/workspaces/argocd/coverage-anchors/backstage-community.plugin-argocd b/workspaces/argocd/coverage-anchors/backstage-community.plugin-argocd new file mode 100644 index 000000000..e69de29bb diff --git a/workspaces/argocd/coverage-anchors/backstage-community.plugin-argocd-backend b/workspaces/argocd/coverage-anchors/backstage-community.plugin-argocd-backend new file mode 100644 index 000000000..e69de29bb diff --git a/workspaces/argocd/e2e-tests/package.json b/workspaces/argocd/e2e-tests/package.json index 575d1d6c5..510eac047 100644 --- a/workspaces/argocd/e2e-tests/package.json +++ b/workspaces/argocd/e2e-tests/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@eslint/js": "10.0.1", "@playwright/test": "1.59.1", - "@red-hat-developer-hub/e2e-test-utils": "1.1.45", + "@red-hat-developer-hub/e2e-test-utils": "2.1.0", "@types/node": "25.5.2", "eslint": "10.2.0", "eslint-plugin-check-file": "3.3.1", diff --git a/workspaces/argocd/e2e-tests/yarn.lock b/workspaces/argocd/e2e-tests/yarn.lock index 9f3cab2f3..d7f7302ee 100644 --- a/workspaces/argocd/e2e-tests/yarn.lock +++ b/workspaces/argocd/e2e-tests/yarn.lock @@ -284,9 +284,9 @@ __metadata: languageName: node linkType: hard -"@red-hat-developer-hub/e2e-test-utils@npm:1.1.45": - version: 1.1.45 - resolution: "@red-hat-developer-hub/e2e-test-utils@npm:1.1.45" +"@red-hat-developer-hub/e2e-test-utils@npm:2.1.0": + version: 2.1.0 + resolution: "@red-hat-developer-hub/e2e-test-utils@npm:2.1.0" dependencies: "@axe-core/playwright": "npm:4.11.1" "@backstage-community/plugin-rbac-common": "npm:1.26.0" @@ -309,7 +309,7 @@ __metadata: zx: "npm:8.8.5" peerDependencies: "@playwright/test": ^1.57.0 - checksum: 10/32353ca9f259b9c5b025164ec13763cffb7dc3a54621d2f1db3e29808adea66219ad0b6aa04abb879e622478cf3c368dbeb3b028e99538199bdb58b3e0f63e11 + checksum: 10/060567ca547c612d4565dad005d8ddd63faad941db1df5362ad598b5827eeac9e937cbacb8c26f62f59b7b1479e6b3614e29afd9bdf95832ebd1691d77f198e6 languageName: node linkType: hard @@ -572,7 +572,7 @@ __metadata: dependencies: "@eslint/js": "npm:10.0.1" "@playwright/test": "npm:1.59.1" - "@red-hat-developer-hub/e2e-test-utils": "npm:1.1.45" + "@red-hat-developer-hub/e2e-test-utils": "npm:2.1.0" "@types/node": "npm:25.5.2" eslint: "npm:10.2.0" eslint-plugin-check-file: "npm:3.3.1" From c9888a7e04546840195b5b951b066bacc84d155a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:16:08 +0000 Subject: [PATCH 2/2] chore(argocd): override backstage compatibility to 1.52.0 --- workspaces/argocd/backstage.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 workspaces/argocd/backstage.json diff --git a/workspaces/argocd/backstage.json b/workspaces/argocd/backstage.json new file mode 100644 index 000000000..f310a6ba2 --- /dev/null +++ b/workspaces/argocd/backstage.json @@ -0,0 +1,3 @@ +{ + "version": "1.52.0" +}