Skip to content

rodrigo-rac2/appointments-react

 
 

Repository files navigation

GitHub CI

Appointments React App

This project is contains an Appointments Front-End app.

What you will find in this project

  • 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.

Setup Project

This project uses NodeJS 14.0.0.

To install the libraries and dependencies

  • npm install

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches Jest, the unit test runner, in the interactive watch mode.
See the section about running tests for more information.

About

FullStack Labs Automation Engineer Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • HTML 7.7%
  • CSS 6.1%