You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Activity
feat(#191): playwright 설치하기
Merge branch 'main' of https://github.com/boostcampwm-2024/web38-Froxy …
feat(#191): playwright로 간단히 테스트해보기
refactor(#191): mock 변경 사항 반영 및 불필요한 resolver 제거 및 resolver 함수명 통일하기
refactor(#191): mock history 불필요한 함수 제거 및 DTO 적용하기
refactor(#191): mock lotus 제목 검색 로직 추가하기
Merge branch 'main' of https://github.com/boostcampwm-2024/web38-Froxy …
refactor(#191): mocking 시에 페이지네이션 max 값도 계산하기
refactor(#191): user에 대한 MockRepository 적용하기
refactor(#191): 테스트를 위한 data-testid값을 부여
fix(#191): lotus 삭제 시 오류 수정하기
refactor(#191): app 레이어로 테스트 코드 이동 및 e2e 테스트 코드 작성완료
Feature #191: playwright 적용해서 e2e 테스트하기 (#203)
Refactor #204: mock repository와 controller로 분리하기 (#205)