From 6a4b44b4dbc934c1233dd8335bf7e11e642dd6a1 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 17:57:41 +0200 Subject: [PATCH 01/21] test(ci): use paramedic fork commit for chrome runs --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index f6680a3..ac73e86 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:apache/cordova-paramedic + run: npm i -g github:GitToTheHub/cordova-paramedic#d27f9d7 - name: Run paramedic tests env: From b69451b00f16b96859c2f4de23fbbedf249f7ee3 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 18:09:11 +0200 Subject: [PATCH 02/21] test(ci): use latest paramedic fork localhost whitelist fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index ac73e86..69374f5 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#d27f9d7 + run: npm i -g github:GitToTheHub/cordova-paramedic#34f15da - name: Run paramedic tests env: From 2945d2c8fc325590723883d482fda32958319df0 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 18:21:29 +0200 Subject: [PATCH 03/21] test(ci): consume paramedic browser-target fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 69374f5..5da3640 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#34f15da + run: npm i -g github:GitToTheHub/cordova-paramedic#92b2c97 - name: Run paramedic tests env: From 3ae1ce41c42fed2540c2c7be91a060c3870244cb Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 18:33:13 +0200 Subject: [PATCH 04/21] test(ci): consume paramedic CSP websocket fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 5da3640..5b26d1b 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#92b2c97 + run: npm i -g github:GitToTheHub/cordova-paramedic#5c0889d - name: Run paramedic tests env: From aaba98b5365d13e5eaee457fff94721343a5e370 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 18:46:08 +0200 Subject: [PATCH 05/21] test(ci): consume paramedic medic.json path fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 5b26d1b..245f268 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#5c0889d + run: npm i -g github:GitToTheHub/cordova-paramedic#bd99c81 - name: Run paramedic tests env: From 5d69d8fa82a11e62db25a879b6d894698b120c1c Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 18:57:38 +0200 Subject: [PATCH 06/21] test(ci): consume paramedic query-logurl fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 245f268..27c73ca 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#bd99c81 + run: npm i -g github:GitToTheHub/cordova-paramedic#eae8fed - name: Run paramedic tests env: From 4bb13c583aa2f297ad2ae3e28fdc8e0153472e14 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 19:11:35 +0200 Subject: [PATCH 07/21] test(ci): consume paramedic ipv4/dual-stack fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 27c73ca..cff93e1 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#eae8fed + run: npm i -g github:GitToTheHub/cordova-paramedic#a81cd1c - name: Run paramedic tests env: From 49a99138be90dc1b42c84f00c04a3df6b3c7adc9 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 19:24:22 +0200 Subject: [PATCH 08/21] test(ci): consume paramedic verbose spawn diagnostics --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index cff93e1..0ce2c61 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#a81cd1c + run: npm i -g github:GitToTheHub/cordova-paramedic#6dba899 - name: Run paramedic tests env: From 5df98a0efbcd06b54f25ab3458ebeb37db9373a5 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 19:35:29 +0200 Subject: [PATCH 09/21] test(ci): consume paramedic browser lifecycle fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 0ce2c61..a1533fe 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#6dba899 + run: npm i -g github:GitToTheHub/cordova-paramedic#509c2eb - name: Run paramedic tests env: From c20a57c1fc71fa18467756c54c0a7e74cc9adbe6 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 19:46:40 +0200 Subject: [PATCH 10/21] test(ci): consume paramedic fallback browser launcher --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index a1533fe..b7309b0 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#509c2eb + run: npm i -g github:GitToTheHub/cordova-paramedic#73f2273 - name: Run paramedic tests env: From 797d0956c9df859b3986663551e535fff7918c0b Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 19:58:10 +0200 Subject: [PATCH 11/21] test(ci): consume paramedic 404 regression fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index b7309b0..699f061 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#73f2273 + run: npm i -g github:GitToTheHub/cordova-paramedic#e910ef8 - name: Run paramedic tests env: From 4cf5fd3c17d2f140880b1f6c8e14f7c68d4c2cf9 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 20:09:15 +0200 Subject: [PATCH 12/21] test(ci): consume fallback launch readiness fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 699f061..5da1d32 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#e910ef8 + run: npm i -g github:GitToTheHub/cordova-paramedic#b2adbe3 - name: Run paramedic tests env: From 43cf20688316230e394a9fcc459604e8d7c49c12 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Sun, 17 May 2026 20:21:08 +0200 Subject: [PATCH 13/21] test(ci): consume explicit 127.0.0.1 bind fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 5da1d32..9928e86 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#b2adbe3 + run: npm i -g github:GitToTheHub/cordova-paramedic#ede6a8e - name: Run paramedic tests env: From d02987693f9d5b3551f02ea09576adab1e6bf147 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 08:48:59 +0200 Subject: [PATCH 14/21] test(ci): consume fallback start-page launch fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 9928e86..5c53836 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#ede6a8e + run: npm i -g github:GitToTheHub/cordova-paramedic#2a28e85 - name: Run paramedic tests env: From e5a75829c06e4e2dbf956fea2fa0391db0dee951 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 09:23:43 +0200 Subject: [PATCH 15/21] test(ci): consume browser start-page fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 5c53836..10d49fe 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#2a28e85 + run: npm i -g github:GitToTheHub/cordova-paramedic#13b0b0e - name: Run paramedic tests env: From d18ddb52e42a127378029860616a277f18291222 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 10:30:39 +0200 Subject: [PATCH 16/21] test(ci): consume cdvtests asset copy fix --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 10d49fe..335ab20 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#13b0b0e + run: npm i -g github:GitToTheHub/cordova-paramedic#0648889 - name: Run paramedic tests env: From a9d4f20a719ab1094db06e1e4b8d15bb5e79ace8 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 10:55:56 +0200 Subject: [PATCH 17/21] ci: update paramedic to b74ba18 (test-framework fork + jasmine boot0 fix) - Paramedic b74ba18 now uses GitToTheHub/cordova-plugin-test-framework which adds jasmine/boot0.js to index.html for proper Jasmine 5.x init --- .github/workflows/chrome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 335ab20..ac1ad4c 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#0648889 + run: npm i -g github:GitToTheHub/cordova-paramedic#b74ba18 - name: Run paramedic tests env: From f00d385d9bacf3a530c3fda66a2463669439f20a Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 11:28:00 +0200 Subject: [PATCH 18/21] ci: use forked paramedic for ios and android tests --- .github/workflows/android.yml | 2 +- .github/workflows/ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5da46d2..daf2d1a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -114,7 +114,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:apache/cordova-paramedic + run: npm i -g github:GitToTheHub/cordova-paramedic#b74ba18 # reactivecircus/android-emulator-runner v2.37.0 - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 8e92a35..9a9752b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -92,7 +92,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:apache/cordova-paramedic + run: npm i -g github:GitToTheHub/cordova-paramedic#b74ba18 - name: Run paramedic tests env: From c717ed242c80a67cb4e2a9677b7b9bad9a86a580 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 11:56:33 +0200 Subject: [PATCH 19/21] ci: pin paramedic 2083988 to ignore adb logcat cleanup failures --- .github/workflows/android.yml | 2 +- .github/workflows/chrome.yml | 2 +- .github/workflows/ios.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index daf2d1a..aef9b86 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -114,7 +114,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#b74ba18 + run: npm i -g github:GitToTheHub/cordova-paramedic#2083988 # reactivecircus/android-emulator-runner v2.37.0 - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index ac1ad4c..21ba8b8 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#b74ba18 + run: npm i -g github:GitToTheHub/cordova-paramedic#2083988 - name: Run paramedic tests env: diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 9a9752b..5be662d 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -92,7 +92,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#b74ba18 + run: npm i -g github:GitToTheHub/cordova-paramedic#2083988 - name: Run paramedic tests env: From 99120559c01ed0917b493c00c348400d96c3ed75 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 12:44:56 +0200 Subject: [PATCH 20/21] ci: test against apache paramedic PR #302 head --- .github/workflows/android.yml | 2 +- .github/workflows/chrome.yml | 2 +- .github/workflows/ios.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index aef9b86..764e993 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -114,7 +114,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#2083988 + run: npm i -g github:apache/cordova-paramedic#pull/302/head # reactivecircus/android-emulator-runner v2.37.0 - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml index 21ba8b8..6a19c0c 100644 --- a/.github/workflows/chrome.yml +++ b/.github/workflows/chrome.yml @@ -65,7 +65,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#2083988 + run: npm i -g github:apache/cordova-paramedic#pull/302/head - name: Run paramedic tests env: diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5be662d..8b6e5c7 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -92,7 +92,7 @@ jobs: - name: Run paramedic install if: ${{ endswith(env.repo, '/cordova-paramedic') != true }} - run: npm i -g github:GitToTheHub/cordova-paramedic#2083988 + run: npm i -g github:apache/cordova-paramedic#pull/302/head - name: Run paramedic tests env: From a42b65b41cb0f6d64fe91dd0d71c65c913b3cd76 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 15:02:24 +0200 Subject: [PATCH 21/21] ci: retrigger checks with upstream fixes