> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.12.0

**`(feat):`** 自动生成针对模拟服务器的单元测试和集成测试。

### 新功能

* Beta: SDK 现在生成利用自动生成数据进行类型测试以及线格式化测试（例如 SDK 按预期发送和接收数据）的测试。这在生成的 github 工作流中开箱即用，也可以通过 fern cli 使用：`fern test --command "your test command"`。