(1)相关框架
Jest:快速入门 · Jest 中文文档 | Jest 中文网首先用你喜欢的软件包管理工具来安装 Jest:https://www.jestjs.cn/docs/getting-started
Enzyme:Introduction · Enzymehttps://enzymejs.github.io/enzyme/
Testing Library:Testing Library | Testing LibrarySimple and complete testing utilities that encourage good testing practiceshttps://testing-library.com/
(2)网上相关文档
试试前端自动化测试:试试前端自动化测试!(React 实战) - 掘金