kamranayub / cypress-browser-permissions

A Cypress plugin to set launched browser preferences including permissions like Geolocation, Notifications, Microphone, etc.
https://kamranicus.com/cypress-browser-permissions
MIT License
63 stars 4 forks source link

chore(ci): share yarn install step/cache #14

Open kamranayub opened 4 years ago

kamranayub commented 4 years ago

It feels like the CI steps should be able to share a yarn install step (in publish.yml at least) instead of re-running the same install step 3 times (1m30s each time basically). Also can we restore/cache yarn cache?