Code review comment for lp:~carla-sella/reminders-app/new-reminders-app-tests

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

After exploring several avenues around getting oauth to work, I've brought out the sledgehammer approach. In a nutshell, we'll preauth to a session with evernote for the test account. Next, we re-create the necessary db entries, cookies and tokens, etc on the test machine to avoid re-handshaking with evernote. Once authorized, the authorization lasts for one year with evernote. If everything works as expected, you would need to re-authorize to generate a new token and update the tests appropriately before the end of the year in order to ensure they continue to work.

The proof of concept hack works, I've got to try it now on the phone. Still it's not the broad solution I was hoping to achieve.

« Back to merge proposal