Is it possible to retrieve Model data from an existing Ember application (ember version >= 2.10) without altering the app's source code?
For instance, I need to create Selenium tests for my user interface built on Ember. However, certain initialization code relies on Models in Ember. Is there a way to obtain these models using a Javascript script?