batarang
batarang copied to clipboard
Add a test build decoupled from the Chrome WebInspector
Creating a test build that is decoupled from the Chrome WebInspector APIs would allow us to inject Batarang directly into the page (like ng-inspector does).
One obvious caveat is that Batarang uses Angular for its UI, so that would conflict with the inspected app. The solution that I propose is using an iframe - since the WebInspector is already a separate context, we already have the basic communication infrastructure set up.
The advantages of this decoupling are the possibility to do E2E Protractor testing and paveing the way for future cross-browser releases.
+1000