在 Heroku CI 中使用 Chrome 测试 React 应用
原文英文,约2100词,阅读约需8分钟。发表于: 。When building web applications, unit testing your individual components is certainly important. However, end-to-end testing provides assurance that the final user experience of your components...
文章介绍了如何在Heroku CI中使用Heroku Buildpack进行无头浏览器测试,以确保React应用的用户体验。示例应用是一个简单的React页面,使用Jest和Puppeteer进行端到端测试。通过修改`package.json`和使用`start-server-and-test`包,实现自动化测试流程,并将测试集成到Heroku CI管道中,实现自动化和可靠的测试。