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

Update for Cypress 10.x+ #53

Open kamranayub opened 1 year ago

kamranayub commented 1 year ago

I do not think this works with Cypress@10 or above due to the changes in folder structure, or at least the instructions need to be updated.

edit: Although it is reportedly working in Cypress 11? https://github.com/kamranayub/cypress-browser-permissions/issues/42#issuecomment-1336551826

MikeMcC399 commented 3 months ago

@kamranayub

Are you intending to maintain this plugin? Apart from support for Cypress 13.x, it would need workflows updating to current versions in https://github.com/kamranayub/cypress-browser-permissions/tree/master/.github/workflows.

kamranayub commented 3 months ago

Yes, I have a demo sample that's still using Cypress 4 that needs updating. I think for my app I'm using Cypress 12 but I'm not using this plugin yet for that.