All Projects → sanjsanj → my-react-todolist

sanjsanj / my-react-todolist

Licence: other
A guide to TDD a React/Redux TodoList App

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to my-react-todolist

mugshot
Framework independent visual testing library
Stars: ✭ 126 (+472.73%)
Mutual labels:  tdd, webdriverio
React Tdd Guide
A series of examples on how to TDD React
Stars: ✭ 585 (+2559.09%)
Mutual labels:  enzyme, tdd
Examin
Examin is a developer tool that generates React unit tests for your application. Ensure your application renders as expected before adding new features. Examin writes the baseline unit tests and allows developers to customize their tests for their application.
Stars: ✭ 75 (+240.91%)
Mutual labels:  enzyme, tdd
Enzyme Matchers
Jasmine/Jest assertions for enzyme
Stars: ✭ 881 (+3904.55%)
Mutual labels:  enzyme, tdd
React Vt
Data-driven visual testing library for React developers
Stars: ✭ 340 (+1445.45%)
Mutual labels:  enzyme, tdd
Should Enzyme
Useful functions for testing React Components with Enzyme.
Stars: ✭ 41 (+86.36%)
Mutual labels:  enzyme, tdd
Testing React Redux With Jest And Enzyme
React Redux Testing Template using Jest and Enzyme
Stars: ✭ 224 (+918.18%)
Mutual labels:  enzyme
chai
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
Stars: ✭ 7,842 (+35545.45%)
Mutual labels:  tdd
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (+881.82%)
Mutual labels:  enzyme
2019 12
🎟 급증하는 트래픽에도 안정적인 예약 서비스, Atomic Pattern을 적용한 재사용 가능한 컴포넌트, 실용적인 Testing을 주제로 하는 이벤트 서비스
Stars: ✭ 169 (+668.18%)
Mutual labels:  enzyme
enzyme-adapter-inferno
Inferno enzyme adapter
Stars: ✭ 16 (-27.27%)
Mutual labels:  enzyme
react-module-boilerplate
Sample React presentational components package.
Stars: ✭ 16 (-27.27%)
Mutual labels:  enzyme
Unmockable
💉 ↪️ 🎁 Unmockable objects wrapping in .NET
Stars: ✭ 35 (+59.09%)
Mutual labels:  tdd
Shallow Render
Angular testing made easy with shallow rendering and easy mocking. https://getsaf.github.io/shallow-render
Stars: ✭ 242 (+1000%)
Mutual labels:  enzyme
nextjs-graphql-auth
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
Stars: ✭ 27 (+22.73%)
Mutual labels:  enzyme
Redux Form Test
Shows how to do unit tests and integration tests with Redux-Form
Stars: ✭ 221 (+904.55%)
Mutual labels:  enzyme
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (+204.55%)
Mutual labels:  tdd
Protocol
Enzyme Protocol Implementation
Stars: ✭ 211 (+859.09%)
Mutual labels:  enzyme
birthtalk
Meet who have birth common with you
Stars: ✭ 36 (+63.64%)
Mutual labels:  tdd
svut
SVUT is a simple framework to create Verilog/SystemVerilog unit tests. Just focus on your tests!
Stars: ✭ 48 (+118.18%)
Mutual labels:  tdd

A guide to TDD a React/Redux TodoList App

Read the tutorial

View the App online

Setup:

npm install

Start app:

npm run start

Unit test:

npm run test

e2e/feature test:

npm run selenium-setup   // run only once
npm run selenium-start   // app must also be started with npm start
npm run e2e-tests
npm run e2e-tests-watch  // if you want to run e2e in watch mode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].