iusehooks / usetheform

React library for composing declarative forms, manage their state, handling their validation and much more.
https://iusehooks.github.io/usetheform/
MIT License
86 stars 33 forks source link

Cypress tests for FormContextWithValidation #47

Closed AshwinNema closed 2 months ago

AshwinNema commented 3 months ago

Hi @iusehooks,

I am still working but here is my first PR for https://github.com/iusehooks/usetheform/issues/24. Please let me know if anything has to be changed

iusehooks commented 3 months ago

Hi, It looks good so far.

We should add into .gitignore a new path for excluding cypress/videos

Well done.

Thanks

AshwinNema commented 2 months ago

Hi @iusehooks,

I have added all the tests. Please let me know if any changes have to be made