React testing project developed by Raphael Martins at the end of Unit 14 (Front-end Development Module) of Trybe's Web Development course. I was approved with 100% of the mandatory and optional requirements met.
We had to implement integration and unit tests with React Testing Library to a React project that was already developed.
- Implement integration and unit tests to a React application by using React Testing Library
- React.js
- React Testing Library (RTL)
- Jest.js
- Stryker Mutator
- JavaScript ES6+
git clone git@github.com:raphaelalmeidamartins/store-manager.git
Installing dependencies:
npm install
Running application:
npm start
npm run test-coverage
I developed this project for learning purposes, all the tests code and documentation texts in Portuguese and English are my authorship, and the rights belong exclusively to me. It is allowed to download or clone the repository for study purposes. However, it is not allowed to publish full or partial copies. This disclaimer does not cover libraries and dependencies, which are subject to their respective licenses. It also does not cover the React application to be tested, which was already developed by Trybe.