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

https://github.com/dhimasanb/react-simple-test

:wrench: React simple test using unit test and end-to-end testing
https://github.com/dhimasanb/react-simple-test

react reactjs testing

Last synced: 6 months ago
JSON representation

:wrench: React simple test using unit test and end-to-end testing

Awesome Lists containing this project

README

          

# React Simple Test

[![Build Status](https://travis-ci.org/dhimasanb/react-simple-test.svg?branch=master)](https://travis-ci.org/dhimasanb/react-simple-test)
[![Coverage Status](https://coveralls.io/repos/github/dhimasanb/react-simple-test/badge.svg?branch=master)](https://coveralls.io/github/dhimasanb/react-simple-test?branch=master)
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://dashboard.cypress.io/#/projects/wwyfmk/runs)
[![Depedencies Status](https://david-dm.org/dhimasanb/react-simple-test.svg)](https://david-dm.org/dhimasanb/react-simple-test)

:wrench: React simple test using unit test and end-to-end testing

---

## Live Demo

****

## Screenshot

![image](https://user-images.githubusercontent.com/13671268/63216132-28128d80-c15b-11e9-8a5e-cbd2d72b49e0.png)

## Tutorial

[https://medium.com/@dhimasanb](https://medium.com/@dhimasanb/membuat-unit-test-dan-end-to-end-testing-sederhana-di-reactjs-46f975367db0)

## Setup

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

```bash
# Install dependencies
yarn install

# Run the app in the development mode
yarn start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

---

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details