Skip to content
Padosum Wiki
Github
Show Graph Visualisation
Recently Updated
03-24: 컴퓨터가 등장하는 영화
03-24: 2023년 03월 24일 「아이고」
03-24: 2023년 03월
03-10: CRA 없이 React App 만들기
03-09: Babel
03-09: wiki
03-08: mac에서 iCloud drive 동기화 오류
03-06: JSX
03-06: 2023-03-05T00:00:00.000Z 「2023-W09」
03-06: 2023년 03월 06일 「식곤증」
03-02: 2023년 03월 02일 「철봉」
03-01: Today I Learned
03-01: 2023년 03월 01일 「3월이다」
02-28: 2023년 02월 28일 「꼭꼭 씹자」
02-28: 2023년 02월
02-27: 2023년 02월 27일 「월요일」
02-26: 2023년 02월 26일 「2023-W08」
02-25: uuidv4() is deprecated. Use v4() from the uuid module instead.
02-25: 2023년 02월 25일 「봄나물」
02-24: 2023년 02월 24일 「감」
Tags
(1)
Algorithm (6)
Art (2)
Authentication (1)
Book (1)
CI/CD (1)
CLI (1)
CS (1)
CSS (12)
Computer Science (10)
DOM (2)
Development (2)
DnD (1)
Env (2)
Error (1)
Framework (2)
Git (11)
How to (49)
Java (1)
JavaScript (82)
MySQL (2)
NestJS (3)
Node.js (6)
Nodejs (1)
Nuxt (1)
Programming (16)
Python (2)
React (9)
SCSS (3)
Sass (3)
Shell (2)
Sociology (1)
TIL (10)
Test (2)
Tools (17)
TypeScript (4)
Vercel (4)
Vim (1)
Vite (2)
Vue (1)
Vue.js (10)
Vuex (1)
Web (19)
Webpack (2)
accessibility (3)
algorithm (1)
book (1)
electron (1)
error (2)
express (1)
form (1)
framework (1)
javascript (1)
movie (1)
pug (2)
react (1)
review (1)
svg (1)
testing (2)
Jest
Testing Library
tools (1)
Testing Library
validation (1)
수학 (1)
압축 (1)
우아한테크캠프 (1)
자료구조 (3)
Testing Library
수정하기
문서 생성
2023-02-17 21:42:47
최근 수정
2023-02-17 21:48:25
애플리케이션 테스트 도구
UI 동작 테스트에 중점을 둔다
컴포넌트를 테스트할 때 테스트 중인 컴포넌트를 따로 마운트하고, 사용자 이벤트 트리거 등을 처리해야 한다. 이 작업을 간단하게 해주는 도구다.
다른 테스팅 도구와 함께 사용할 수 있다. (ex: Jest)
Vue에서
@vue/test-utils
보다
@testing-library/vue
를 사용하기를 추천한다.
1
https://vuejs.org/guide/scaling-up/testing.html#component-testing
↩
LINKS TO THIS PAGE
wiki
2023년 02월 17일
Tags
#testing
#tools