The recommended method for E2E testing is to clone a test app and superimposing it as a trigger to run alongside your app for testing purposes.
* If they they have an account they will log-in
* If they dont have an account they can create one* If they have an account but forgot the password, they should be able to reset it
* After loggig in, it should show the success messageCommunicate with the router and processor*
The testing engine will work by establishing itself as the root frame for the app, and thus it can intercept and simulate browser and the extension systems functionality:
['session_clear'],
['frame_navigate', 'izywaretoolbar/register/embedded'],['test_verify', 'message', 'You must login to continue'],
....