nenes25/eicaptcha

[enhancement]: Cover all possibles cases with test cases

Opened this issue · 1 comments

Check if your feature request exists

  • My feature request does not already exists

Is your feature request related to a problem?

As the module add more and more options, there are a lot of things to test before each release.
It's really time consuming

Describe the solution you'd like

First list all the possibles cases with the last version.
And study which one can be automatically tested.
For the other case, write the scenario

Additional context

No response

A new framework of automatic tests has been release with playwright.
Almost all the cases for recaptcha V2 are covered.
Need to check with V3, but it should be harder to simulate fails or success.