·integration-testing
</>

integration-testing

ecto/muni

指导 Muni 代码库的端到端测试、模拟和模拟。在编写集成测试、设置测试环境、创建模拟 CAN 总线、测试 WebSocket 协议、验证数据库装置或调试测试失败时使用。涵盖 Rust 测试模式(tokio::test、集成测试)、TypeScript 测试 (Vitest)、模拟基础设施(用于测试的 Docker Compose)、CAN 总线模拟、WebSocket 测试客户端、数据库播种和重新运行记录验证。对于确保组件正确协同工作至关重要。

2安装·0热度·@ecto

安装

$npx skills add https://github.com/ecto/muni --skill integration-testing

SKILL.md

Comprehensive guide for testing integration points across the Muni system.

Testing Approaches: | Component | Test Type | Tools | Location |

| Rust firmware | Integration tests | tokio::test, mocks | tests/ directory | | TypeScript console | Component/E2E tests | Vitest, Testing Library | src//.test.tsx | | Depot services | Integration tests | tokio::test, Docker | tests/ directory | | Python workers | Unit/integration | pytest | tests/ directory |

指导 Muni 代码库的端到端测试、模拟和模拟。在编写集成测试、设置测试环境、创建模拟 CAN 总线、测试 WebSocket 协议、验证数据库装置或调试测试失败时使用。涵盖 Rust 测试模式(tokio::test、集成测试)、TypeScript 测试 (Vitest)、模拟基础设施(用于测试的 Docker Compose)、CAN 总线模拟、WebSocket 测试客户端、数据库播种和重新运行记录验证。对于确保组件正确协同工作至关重要。 来源:ecto/muni。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ecto/muni --skill integration-testing
来源
ecto/muni
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 integration-testing?

指导 Muni 代码库的端到端测试、模拟和模拟。在编写集成测试、设置测试环境、创建模拟 CAN 总线、测试 WebSocket 协议、验证数据库装置或调试测试失败时使用。涵盖 Rust 测试模式(tokio::test、集成测试)、TypeScript 测试 (Vitest)、模拟基础设施(用于测试的 Docker Compose)、CAN 总线模拟、WebSocket 测试客户端、数据库播种和重新运行记录验证。对于确保组件正确协同工作至关重要。 来源:ecto/muni。

如何安装 integration-testing?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ecto/muni --skill integration-testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ecto/muni