99. 参考资料
参考资料
Test | 测试
-
2017-Testing React Applications #Series#:With React and the ecosystem of testing tools that have emerged around it, it’s finally possible to build robust, scalable tests that provide strong guarantees on code correctness.
-
a-step-by-step-tdd-approach-on-testing-react-components-using-enzyme
-
2017-Front-end (React) Snapshot Testing with Jest: What is it for?
-
2017-Jest Testing patterns in React-Redux applications: Jest provides a complete ecosystem for testing. There is no need of extra libraries - Mocha, Sinon, Istanbul, Chai, proxyquire etc. as all are present in Jest itself.
Component Test | 组件测试
E2E Test | 端到端测试
- 2018-End-to-end testing React apps with Puppeteer and Jest: In this tutorial, we’ll see how to write tests for a React app using Jest and Puppeteer.