commercetest / vitals-scraper

Collect data to assist in analysing Google Play Console Android Vitals
MIT License
6 stars 2 forks source link

Add caching to reduce need to login #53

Closed julianharty closed 4 years ago

julianharty commented 4 years ago

The current scripts require an interactive login in order to interact with Google Play Console. For a batch of runs this means the scripts need to user input each time they start. Let's try the cache option for puppeteer to see if it reduces the need to login.

julianharty commented 4 years ago

See https://www.toptal.com/puppeteer/headless-browser-puppeteer-tutorial and https://chromium.googlesource.com/chromium/src/+/master/docs/user_data_dir.md for more info

julianharty commented 4 years ago

Closed by https://github.com/commercetest/vitals-scraper/commit/4ad96ce71b9f35b2bd151f239f71af0b0e00591e