GoogleChromeLabs / ps-analysis-tool

Privacy Sandbox Analysis Chrome Extension and CLI for analysis and understanding of cookie usage on web pages, and new privacy-preserving Chrome APIs
https://www.privacysandbox.com
Apache License 2.0
97 stars 22 forks source link

Fix: Report throwing error when downloaded from CLI. #709

Closed amovar18 closed 3 months ago

amovar18 commented 3 months ago

Description

The function of chrome.tabs.get which was added to the library detection was not mocked and this caused the dowloaded report to break. This PR aims to fix this issue.

Relevant Technical Choices

Testing Instructions

Additional Information:

Screenshot/Screencast


Checklist