I'm interested in possibilities for integration with Storybook, mainly because the latter helps to easily isolate just one component or tree of components from the larger app / routing / page context, so creating tests at that level would avoid most of the broader difficulties of putting this tool in place in an app that otherwise has a significant number of complicating factors like routing, relay, etc at the top level.
How possible would that be? Could each component tree rendered in a story() potentially be wrapped with react-vt and still have the Chrome extensions discover / operate on that segment?