greetings, entering week 10 of the open source course. we have been assigned to learn about a topic that has always interested me continuous integration (ci) workflows, and automated testing. i've...
在开源课程第十周,我学习了持续集成(ci)工作流和自动化测试,使用github actions设置工作流非常简单。项目测试基于node.js的默认模板,支持多个版本。在为赢家斗地主的合作伙伴的仓库编写测试时,使用了jest和vitest两个不同的测试框架,并添加了一些边缘案例的测试。实现ci让我认识到基本的自动化测试系统是可行的。