i've created electron app that will asking for authorization to my google drive account. my application is very simple, it will display the list of files from my google drive account. Here's the link
To get the authorization key, manually i have to click authorize button from my electron app, then it will open new tab in my default browser. i need to give the permission to accessing my google drive data. Then google drive will provide the authorization key to me then i can get and enter the key to my app.
How do I run the above scenario automatically in github? can i do with jest or something like that?
Aucun commentaire:
Enregistrer un commentaire