GLEIF-IT / reg-pilot-webapp

regulator pilot webapp using secure extension
Apache License 2.0
1 stars 2 forks source link

WIP: Feat/e2e extension & webapp #110

Open HunnySajid opened 4 days ago

HunnySajid commented 4 days ago

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.