Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

[FE] fix: 프론트엔드 스토리북 & cypress 테스트 깨지는 부분 수정 #607

Merged
merged 3 commits into from
Nov 19, 2023

Conversation

yogjin
Copy link
Collaborator

@yogjin yogjin commented Nov 17, 2023

🛠️ Issue

✅ Tasks

  • 스토리북에 react-query 지원 (msw로 통합)
  • cypress 테스트 정상화

⏰ Time Difference

  • 2 -> 1

📝 Note

@yogjin yogjin added 🛠️ refactor 코드 리팩터링, 개선 🖥️ frontend 프론트엔드 작업 labels Nov 17, 2023
@yogjin yogjin self-assigned this Nov 17, 2023
Copy link
Collaborator

@nangkyeonglim nangkyeonglim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@echo724 echo724 force-pushed the main branch 2 times, most recently from 53a8f4a to e4fe1c0 Compare November 18, 2023 11:29
@yogjin yogjin merged commit 0afd962 into main Nov 19, 2023
yogjin added a commit that referenced this pull request Nov 19, 2023
* fix: storybook에 queryClient Provider 추가

* refactor: 스토리별 카테고리 설정

* fix: 명칭 변경으로 인해 깨지던 cypress 테스트 정상화
@yogjin yogjin deleted the fix/storybook-cypress-logic-606 branch November 19, 2023 15:02
@ingpyo ingpyo restored the fix/storybook-cypress-logic-606 branch January 22, 2024 05:56
@ingpyo ingpyo deleted the fix/storybook-cypress-logic-606 branch January 22, 2024 05:56
echo724 pushed a commit that referenced this pull request Mar 12, 2024
* [ALL] chore: dev서버 무중단 배포 스크립트 작성 (#573)

chore: dev서버 무중단 배포 스크립트 작성

* [ALL] chore: yaml -> yml 파일 확장자 변경 (#574)

chore: yaml -> yml 파일 확장자 변경

* [ALL] chore: 환경변수 대신 직접 인자 주입 방식으로 변경 (#575)

chore: 환경변수 대신 직접 인자 주입 방식으로 변경

* [ALL] chore: 도커 네트워크 연결 (#576)

* chore: 도커 네트워크 연결

* chore: 인프라 프로파일 변수 설정

* [ALL] chore: compose network 설정 변경 (#577)

chore: compose network 설정 변경

* [ALL] chore: 그린,블루별 서비스 이름 변경 (#578)

* chore: 그린,블루별 서비스 이름 변경

* chore: 불필요한 변수 제거

* [FE] fix: 프론트엔드 스토리북 & cypress 테스트 깨지는 부분 수정 #607 (#608)

* fix: storybook에 queryClient Provider 추가

* refactor: 스토리별 카테고리 설정

* fix: 명칭 변경으로 인해 깨지던 cypress 테스트 정상화

* chore: GitHub Action 스크립트를 이전한 인프라에 맞게 수정 (#612)

* chore: action 스크립트를 이전한 인프라에 맞게 수정

* chore: Submodule 커밋 업데이트

* chore: submodule 업데이트

* [FE] fix: 티스토리 API 종료로 인한 퍼블리싱 버튼, 블로그 연결 버튼 제거 (#615)

* fix: 티스토리 버튼 렌더링 되지 않도록 수정

* fix: 마이페이지 내 티스토리 연결 기능 제거

* fix: Tistory API 연결 종료 (#616)

---------

Co-authored-by: Youngjin Park <[email protected]>
Co-authored-by: ingpyo <[email protected]>
Co-authored-by: 전증훈 <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🖥️ frontend 프론트엔드 작업 🛠️ refactor 코드 리팩터링, 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프론트엔드 스토리북 & cypress 테스트 깨지는 부분 수정
2 participants