/react-testing-bkk

Example code of my talk "Testing React Application" —@ React Bangkok 3.0.0

Primary LanguageJavaScript

React testing BKK

This project has been built to show the examples of code, related to my talk at React Bangkok 3.0.0 conference.

Setup

Run

make all

I use yarn workspaces so, there is no need to go to one by one directory and run yarn.

Running the app

To get the app up, run

yarn dev

Project structure

|— client
|— cypress
|— server
...

client

contains all the web source code

cypress

contains all the end-to-end testing code

server

contains the mocking server code