nenes25 / eicaptcha

Captcha module for prestashop
292 stars 84 forks source link

[enhancement]: Cover all possibles cases with test cases #251

Open nenes25 opened 1 year ago

nenes25 commented 1 year ago

Check if your feature request 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

nenes25 commented 1 year ago

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.