Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmiller1990/vue-testing-handbook

A guide on testing Vue components and applications
https://github.com/lmiller1990/vue-testing-handbook

javascript-tests jest tdd vue vue-test-utils vue-testing-handbook vuejs

Last synced: 6 days ago
JSON representation

A guide on testing Vue components and applications

Awesome Lists containing this project

README

        

[English](https://github.com/lmiller1990/vue-testing-handbook#vue-testing-handbook) | [日本語](https://github.com/lmiller1990/vue-testing-handbook/blob/master/src/ja/README.md) | [Русский](https://github.com/webistomin/vue-testing-handbook/blob/master/README.ru.md) | [简体中文](https://github.com/tonylua/vue-testing-handbook/blob/master/README.zh-CN.md) | [한국어](https://github.com/webistomin/vue-testing-handbook/blob/master/README.ko.md)

## Vue 테스팅 핸드북

Vue.js 테스팅 핸드북에 방문한 것을 환영합니다!

## 이 프로젝트는 무엇인가요?

이 프로젝트는 Vue 컴포넌트를 테스트 하는 방법에 집중한 예제를 짧게 모아 놓았습니다. 이 문서에서는 Vue 컴포넌트를 테스트 하기 위한 공식 라이브러리인 [`vue-test-utils`](https://github.com/vuejs/vue-test-utils)와 근래에 자주 쓰이는 테스팅 프레임워크인 [Jest](https://jestjs.io/)를 사용합니다. 컴포넌트를 테스트 하는 모범 사례들 뿐만 아니라, `vue-test-utils`의 API도 다룹니다. 예제를 가진 작업 데모 프로젝트도 포함되는데, 여러분이 직접 내려 받고 운영해 볼 수 있습니다.

## 언어

이 핸드북은 영어로 쓰여져 있습니다. 일본어, 러시아어, 중국어 번역본이 작업 진행중입니다. 여러분 나라의 언어로 이 핸드북을 번역하고 싶다면 이슈를 남겨주세요!

## 기여

### 개발

정적 웹사이트를 생성하기 위해서 [Vuepress](https://vuepress.vuejs.org/)가 사용됐습니다. 아티클은 마크다운 문법으로 작성됐습니다.

레포지토리를 클론하고 `yarn`을 실행해서 의존성을 설치하세요. 그러고 나서 개발 서버를 열기 위해 `yarn dev` 실행하세요. `localhost:80801`으로 접속할 수 있습니다.

이 가이드를 수정하고 싶다면, [src](https://github.com/lmiller1990/vue-testing-handbook/tree/master/src) 디렉토리에 있는 코드를 업데이트 하세요. 마크다운 파일은 배포 했을 때 HTML로 변환됩니다. 직접 수정할 필요가 없습니다.