After we have developed the unit tests for the AppRun applications, there is one more thing to do. We must make sure the events and states in the AppRun applications work as expected. AppRun comes with handy tools for developers to fine-tune the events and states.
In this chapter, we will use the AppRun RealWorld example application to demonstrate the AppRun DevTools. You will learn how to verify the registered components and events and how to monitor the events and state changes of the running application.
Use AppRun DevTools
AppRun exposes the app instance globally to the window object. ...