Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/yanivefraim/react-node-tdd-workshop-example
- Owner: yanivefraim
- Created: 2017-08-31T06:55:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:36:21.000Z (almost 2 years ago)
- Last Synced: 2023-08-12T14:46:36.156Z (over 1 year ago)
- Topics: javascript, mocha, nodejs, puppeteer, react, tdd
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.