This project is contains an Appointments Front-End app.
- A React App build using functional components with Hooks.
- The Components have their corresponding unit tests.
- E2E tests in Cypress for the main appointments user flows.
- The elements in each component use Data-TestId attributes, so there are Page Object Models for each element in the project using the data-testid.
- GitHub Actions running these tests on push/pull request to the main branch, and on a schedule, twice a day.
This project uses NodeJS 14.0.0.
To install the libraries and dependencies
- npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches Jest, the unit test runner, in the interactive watch mode.
See the section about running tests for more information.