# Root Cause - 퍼펫티어 단계별 캡쳐도구

> Clean Markdown view of GeekNews topic #3171. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3171](https://news.hada.io/topic?id=3171)
- GeekNews Markdown: [https://news.hada.io/topic/3171.md](https://news.hada.io/topic/3171.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-09T10:32:39+09:00
- Updated: 2020-11-09T10:32:39+09:00
- Original source: [testim.io](https://www.testim.io/root-cause/)
- Points: 6
- Comments: 1

## Topic Body

- Puppeteer/Playwright 를 이용한 자동 테스트시 트러블슈팅을 도와주는 오픈소스

- Jest / Mocha 와 연동

- 각 단계별 스크린샷, 네트웍 HAR 파일, 콘솔로그등을 모두 캡쳐해서 로컬 또는 클라우드에 저장

ㅤ→ UI를 통해서 각 단계에서 어떤 행동을 하고 결과가 왜 그렇게 나왔는지 확인 가능

ㅤ→ 실제 행동을 진행한 JS 코드와 연결해서 트레이싱 가능

## Comments



### Comment 3428

- Author: xguru
- Created: 2020-11-09T10:32:49+09:00
- Points: 1

소스 : https://github.com/testimio/root-cause
