https://github.com/kentcdodds/jest-cypress-react-babel-webpack
Configure Jest for Testing JavaScript Applications and Install, Configure, and Script Cypress for JavaScript Web Applications on TestingJavaScript.com
https://github.com/kentcdodds/jest-cypress-react-babel-webpack
kcd-edu testingjavascript
Last synced: about 1 year ago
JSON representation
Configure Jest for Testing JavaScript Applications and Install, Configure, and Script Cypress for JavaScript Web Applications on TestingJavaScript.com
- Host: GitHub
- URL: https://github.com/kentcdodds/jest-cypress-react-babel-webpack
- Owner: kentcdodds
- License: other
- Created: 2018-06-22T05:20:49.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T13:31:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T18:27:37.394Z (over 1 year ago)
- Topics: kcd-edu, testingjavascript
- Language: JavaScript
- Homepage: https://testingjavascript.com
- Size: 1.17 MB
- Stars: 512
- Watchers: 11
- Forks: 329
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Jest and Cypress with React, Babel, and Webpack
See how to configure Jest and Cypress with React, Babel, and Webpack
This is used for both
["Configure Jest for Testing JavaScript Applications"](https://testingjavascript.com/courses/configure-jest-for-testing-javascript-applications-b3674a)
and
["Install, Configure, and Script Cypress for JavaScript Web Applications"](https://testingjavascript.com/courses/install-configure-and-script-cypress-for-javascript-web-applications-b5ee43)
> Note: This project is intentionally over-engineered. The application itself is
> very simple, but the tooling around it is pretty complicated. The goal is to
> show what configuration would be like for a large real-world application
> without having all the extra complexities of a real-world application.