Skip to content

Files

This branch is 474 commits behind react-hook-form/react-hook-form:master.

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 15, 2022
Jul 30, 2019
Apr 7, 2021
Jul 30, 2021
May 1, 2022
Mar 31, 2021
May 4, 2022
May 1, 2022

App for cypress automation

What?

This app is used by cypress for e2e testing purpose

Why?

We simply want to test each react-hook-form functionality in a separated environment. The current app folder is used for this purpose.

How?

Each react-hook-form functionality (ex. formState, reset, useFieldArray) that we want to test is rendered at specific route (see app.tsx) Cypress uses those routes for testing (you could navigate those routes for manual testing: http://localhost:3000/).

How can be used:

  1. npm i && npm run dev