Open HunnySajid opened 1 day ago
https://github.com/GLEIF-IT/reg-pilot-webapp/pull/110 We want to implement e2e for webapp and extension communication. The problem with the current tooling is playwright can not open the chrome extension as a popup. Even no other platform (as per our knowledge ) provides an straight forward way to do so due to browser policy. But, puppeteer has a way around that is utilized to achieve this.
Implement e2e test suite for webapp & extension communication.