Skip to content

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

Notifications You must be signed in to change notification settings

hampallop/react-testing-bkk

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published