Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] CI 설정 파일에서 report 경로를 수정합니다. #76

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

Largopie
Copy link
Contributor

관련 이슈

작업 내용

  • jest 설정 파일에서 report 경로 설정
  • yml 파일에서 경로 수정

특이 사항

리뷰 요구사항 (선택)

Copy link

github-actions bot commented Jul 25, 2024

Test Results

5 tests   5 ✅  3s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 0ede9fd.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@Yoonkyoungme Yoonkyoungme left a comment

Choose a reason for hiding this comment

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

👍👍👍

@@ -8,4 +8,5 @@ module.exports = {
customExportConditions: [''],
},
setupFiles: ['./jest.polyfills.js'],
reporters: ['default', ['jest-junit', { outputDirectory: 'reports', outputName: 'report.xml' }]],
Copy link
Contributor

Choose a reason for hiding this comment

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

reporters에 Jest가 테스트 실행 후 결과를 출력하는 방법을 정의하는군요!!

Copy link
Contributor

@seokmyungham seokmyungham left a comment

Choose a reason for hiding this comment

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

낙타 화이팅 🎉

Copy link
Contributor

@ehBeak ehBeak left a comment

Choose a reason for hiding this comment

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

쵝오.

@Largopie Largopie merged commit 649379e into develop Jul 25, 2024
5 checks passed
@Largopie Largopie deleted the chore/75-ci-setting branch July 25, 2024 15:23
@hwinkr
Copy link
Contributor

hwinkr commented Jul 25, 2024

뭐임 나 리뷰 안함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] CI 설정 파일을 수정해요 :)
6 participants