![[GitHub Action / Chromatic] 스토리북 PR 미리보기 배포 (feat. yarn)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fsr67M%2FbtsI0zywHah%2FpY81Ov2aFMvymIHFZKRDN0%2Fimg.png)
💜 프로젝트 구현2024. 8. 8. 23:34[GitHub Action / Chromatic] 스토리북 PR 미리보기 배포 (feat. yarn)
시작하며...이번 프로젝트에서 Storybook 을 사용하게 되었다. 그런데 공통 컴포넌트를 만들고 Storybook 을 작성한 후 Pull Request 를 올렸을 때, 리뷰어들을 Storybook 에 반영된 것을 바로 시각적으로 확인할 수 없다. 그래서 이를 해결하기 위해 GitHub Action 을 사용하여 Storybook 을 Chromatic 배포를 하여 PR 을 올릴 때, 미리 보기 배포 주소를 보여주는 것을 구현하였다. Chromatic 배포Storybook 은 Chromatic 을 사용하여 배포를 할 수 있다. Visual testing & review for web user interfacesChromatic scans every possible UI state across browse..