Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6a4b44b
test(ci): use paramedic fork commit for chrome runs
GitToTheHub May 17, 2026
b69451b
test(ci): use latest paramedic fork localhost whitelist fix
GitToTheHub May 17, 2026
2945d2c
test(ci): consume paramedic browser-target fix
GitToTheHub May 17, 2026
3ae1ce4
test(ci): consume paramedic CSP websocket fix
GitToTheHub May 17, 2026
aaba98b
test(ci): consume paramedic medic.json path fix
GitToTheHub May 17, 2026
5d69d8f
test(ci): consume paramedic query-logurl fix
GitToTheHub May 17, 2026
4bb13c5
test(ci): consume paramedic ipv4/dual-stack fix
GitToTheHub May 17, 2026
49a9913
test(ci): consume paramedic verbose spawn diagnostics
GitToTheHub May 17, 2026
5df98a0
test(ci): consume paramedic browser lifecycle fix
GitToTheHub May 17, 2026
c20a57c
test(ci): consume paramedic fallback browser launcher
GitToTheHub May 17, 2026
797d095
test(ci): consume paramedic 404 regression fix
GitToTheHub May 17, 2026
4cf5fd3
test(ci): consume fallback launch readiness fix
GitToTheHub May 17, 2026
43cf206
test(ci): consume explicit 127.0.0.1 bind fix
GitToTheHub May 17, 2026
d029876
test(ci): consume fallback start-page launch fix
GitToTheHub May 18, 2026
e5a7582
test(ci): consume browser start-page fix
GitToTheHub May 18, 2026
d18ddb5
test(ci): consume cdvtests asset copy fix
GitToTheHub May 18, 2026
a9d4f20
ci: update paramedic to b74ba18 (test-framework fork + jasmine boot0 …
GitToTheHub May 18, 2026
f00d385
ci: use forked paramedic for ios and android tests
GitToTheHub May 18, 2026
c717ed2
ci: pin paramedic 2083988 to ignore adb logcat cleanup failures
GitToTheHub May 18, 2026
9912055
ci: test against apache paramedic PR #302 head
GitToTheHub May 18, 2026
a42b65b
ci: retrigger checks with upstream fixes
GitToTheHub May 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:apache/cordova-paramedic#pull/302/head

# reactivecircus/android-emulator-runner v2.37.0
- uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:apache/cordova-paramedic#pull/302/head

- name: Run paramedic tests
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:apache/cordova-paramedic#pull/302/head

- name: Run paramedic tests
env:
Expand Down