Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ugioni/component-tests-react

Component testing with React Testing Library
https://github.com/ugioni/component-tests-react

component-testing qa react reacttestinglibrary

Last synced: about 2 months ago
JSON representation

Component testing with React Testing Library

Awesome Lists containing this project

README

        

# Component Tests - React Testing Library

## GitHub Actions

[![Build and Tests](https://github.com/ugioni/component-tests-react/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/ugioni/component-tests-react/actions/workflows/node.js.yml)

# Getting Started

### Prerequisites:
- NodeJS `v18.x`

### How to run?

Inside of the project folder run:

1. `npm install --save-dev`
1. `npm run start`
1. `npm run test` or `npm run ci`