·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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/ecto/muni