chore: update changelog, bump versions and refine tests

This commit is contained in:
Tommy D. Rossi
2025-11-22 11:59:48 +01:00
parent d52d591155
commit 71c1c75359
7 changed files with 52 additions and 652 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## 0.0.9
### Patch Changes
- Added `tabs` permission to extension manifest to fix `chrome.tabs` access issues
- Implemented `toggleExtensionForActiveTab` global helper in extension background script
- Automated extension loading and toggling in MCP tests using `chromium.launchPersistentContext`
- Added comprehensive tests for extension lifecycle:
- Toggling extension on new and existing pages
- Verifying direct CDP connection to relay
- Handling Playwright connection before extension attachment
- Fixed `getCdpUrl` utility usage in tests
- Updated tests to use unique URLs for better debugging
## 0.0.8
### Patch Changes