Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用command.js创建了一个CLI。
我已经为我的所有源代码编写了单元测试,但我想编写一个使用可执行文件的集成测试。
人们如何测试 CLI?我可以一起破解一些东西,但我认为必须有一个测试 CLI 的最佳实践。
我最终在我的测试中使用了一个断言函数。