Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanivefraim/react-node-tdd-workshop-example

A demo for my React/Node TDD workshop, using Puppeteer & Mocha :sunglasses:
https://github.com/yanivefraim/react-node-tdd-workshop-example

javascript mocha nodejs puppeteer react tdd

Last synced: 29 days ago
JSON representation

A demo for my React/Node TDD workshop, using Puppeteer & Mocha :sunglasses:

Awesome Lists containing this project

README

        

# react-node-tdd-workshop-example

[![Build Status](https://travis-ci.org/yanivefraim/react-node-tdd-workshop-example.svg?branch=master)](https://travis-ci.org/yanivefraim/react-node-tdd-workshop-example)

Hi!

This is a playground for my TDD with React and Node workshop. I will write a [tic tac toe](https://en.wikipedia.org/wiki/Tic-tac-toe) game, using Google's [puppeteer](https://github.com/GoogleChrome/puppeteer) for browser tests, and mocha for component / integration test.