Cashtab and the extension support powerful web interaction methods through bip21 and address sharing. Unfortunately, due to long dev intervals between changes and lack of earlier attention, this feature is not documented anywhere and is difficult to use.
We should maintain a standardized library that organizes and facilitates available methods. Initialize cashtab-commit with a demo react app that shows how the methods work and provides an implementation template for devs.
cashtab-connect is tested and initialized in CI.
The react app is tested, but imo its tests do not belong in CI. The real test of the react app is that it works in practice with the extension, and its extensive use of mocks means that its tests confirm expected behavior of the demo (what buttons we see, how we interact with them) but not really that the extension interactions work. We would need to use browser-based testing for that, which we may add later if justified by extension complexity.