mikebronner / nova-passport-manager

Manage Passport clients and tokens from within Nova.
26 stars 18 forks source link

Support for laravel dusk css selectors #17

Open angelformica opened 3 years ago

angelformica commented 3 years ago

Hi, First, thank you for working on this nova package, it is very useful.

I am having troubles, testing this section of my app using laravel dusk, since there are no dusk selectors in the html for the fields, there is also no name for the fields. And it is also difficult to click and press on the buttons programatically.

Is there any plan to add this as a new feature?

Or do you know if there is anyway to use laravel dusk with your package?

It would be great to be able to make tests with dusk.

Thanks in advance.

mikebronner commented 4 months ago

Hi @angelformica, I probably won't get to this any time soon, my best recommendation would be to submit a PR with the changes you need.