passing
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Deploy static content to Pages / deploy (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Parallel Tests / Discover test files (push) Waiting to run
Parallel Tests / ${{ matrix.test.name }} (push) Blocked by required conditions
Run tests / python_tests (ubuntu-22.04, 3.13) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run

This commit is contained in:
Nick Sweeting 2025-12-29 18:55:57 -08:00
parent 5549a79869
commit 64dccb7a19
No known key found for this signature in database

View File

@ -340,7 +340,8 @@ def test_extension_loads_in_chromium():
# Get the unpacked extension ID - Chrome computes this from the path
unpacked_path = ext_data.get('unpacked_path', '')
print(f"Extension unpacked path: {unpacked_path}")
print(f"[test] Extension unpacked path: {unpacked_path}", flush=True)
print("[test] Running puppeteer test script...", flush=True)
try:
# Step 3: Connect to Chromium and verify extension loads