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

테스트 실행 순서 관리 #22

Open
raipen opened this issue Sep 5, 2023 · 0 comments
Open

테스트 실행 순서 관리 #22

raipen opened this issue Sep 5, 2023 · 0 comments
Labels
effort:hard 많은 파일, 대부분의 상황과 히스토리에 대한 이ㅐ 필요 type:feat 새로운 기능 urgency:low 다른 업무가 없다면 해결해주세요

Comments

@raipen
Copy link
Member

raipen commented Sep 5, 2023

현재 각 .test.ts 파일들의 실행 순서가 정해져있지 않음. 그러나 userService.test.ts에서 나온 결과가 다른 모든 서비스테스트에서 사용되고, menuService.test.ts의 결과값들이 orderService.test.ts에서 사용되는 등 순차적으로 진행되는 것이 더 좋아보임.
=>각 테스트 파일의 결과값들을 모아서 다음 테스트 파일로 넘겨주는 식으로 사용

https://stackoverflow.com/questions/32751695/how-to-run-jest-tests-sequentially 를 참고하면 해결 가능해보임.

@raipen raipen added effort:hard 많은 파일, 대부분의 상황과 히스토리에 대한 이ㅐ 필요 urgency:low 다른 업무가 없다면 해결해주세요 type:feat 새로운 기능 labels Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:hard 많은 파일, 대부분의 상황과 히스토리에 대한 이ㅐ 필요 type:feat 새로운 기능 urgency:low 다른 업무가 없다면 해결해주세요
Projects
None yet
Development

No branches or pull requests

1 participant