Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


🕷 Testing in React



Rafael Goulart

Repository size


GitHub last commit

License

Stargazers

> 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!