Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ugioni/component-tests-react
- Owner: ugioni
- License: mit
- Created: 2022-09-28T04:23:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T20:25:51.000Z (10 months ago)
- Last Synced: 2024-11-12T14:04:29.798Z (about 2 months ago)
- Topics: component-testing, qa, react, reacttestinglibrary
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`