mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 15:57:53 +10:00
passing
This commit is contained in:
@@ -340,7 +340,8 @@ def test_extension_loads_in_chromium():
|
|||||||
|
|
||||||
# Get the unpacked extension ID - Chrome computes this from the path
|
# Get the unpacked extension ID - Chrome computes this from the path
|
||||||
unpacked_path = ext_data.get('unpacked_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:
|
try:
|
||||||
# Step 3: Connect to Chromium and verify extension loads
|
# Step 3: Connect to Chromium and verify extension loads
|
||||||
|
|||||||
Reference in New Issue
Block a user