GLEIF-IT / reg-pilot-webapp

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

Implement e2e test suite to cover workflow with extension #111

Open HunnySajid opened 1 day ago

HunnySajid commented 1 day ago

Implement e2e test suite for webapp & extension communication.

HunnySajid commented 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.