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.
https://github.com/GLEIF-IT/reg-pilot-webapp/issues/111
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.