Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelgoulartb/testing-react
🕷 This project is to pratice Testing Components in React and React Native
https://github.com/rafaelgoulartb/testing-react
jest react test-automation test-driven-development testing-tools
Last synced: 6 days ago
JSON representation
🕷 This project is to pratice Testing Components in React and React Native
- Host: GitHub
- URL: https://github.com/rafaelgoulartb/testing-react
- Owner: RafaelGoulartB
- Created: 2021-02-18T19:08:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T14:50:11.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T01:52:15.634Z (2 months ago)
- Topics: jest, react, test-automation, test-driven-development, testing-tools
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🕷 Testing in React> This project is to pratice Testing Components in React and React Native
# :pushpin: Table of Contents
* [Technologies](#computer-technologies)
* [How to Run](#construction_worker-how-to-run)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
# :computer: Technologies
This project was made using the follow technologies:* [React](https://reactjs.org/)
* [Testing Library](https://testing-library.com/docs/react-testing-library/intro/)# :construction_worker: How to run
```bash
# Install Dependencies
$ yarn install# Run Test
$ yarn test# Run Aplication
$ yarn start
```
Go to http://localhost:3000/ to see the result.# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Testing In React](https://github.com/RafaelGoulartB/testing-react/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**!
# :tada: Contributing
Check out the [contributing](./CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020 :closed_book: License
Made with love by [Rafael Goulart](https://github.com/RafaelGoulartB) 🚀.
This project is under the [MIT license](./LICENSE).Give a ⭐️ if this project helped you!