8000 I translated "Testing". · etherscan-io/electron-vue@a569a50 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div class="prc-PageLayout-HeaderContent-dVIQb" style="--spacing:var(--spacing-normal)">

Commit a569a50

Browse files
author
wayne-kim
committed
I translated "Testing".
1 parent bb4a126 commit a569a50

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/ko/testing.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
# Testing
22

3-
electron-vue supports both unit testing and end-to-end testing for the `renderer` process and is heavily inspired by the testing setup provided with the official `vuejs-templates/webpack` boilerplate. During `vue-cli` scaffolding you will have the option to include testing support.
3+
electron-vue는 `renderer` 프로세스에 대한 단위 테스팅과 end-to-end 테스트를 모두 지원하며 공식 `vuejs-templates/webpack` 보일러 플레이트에서 제공되는 테스트 설정에 크게 영향을 받습니다.
4+
`vue-cli` 스캐폴딩 중 테스트 지원 옵션을 선택 할 수 있습니다.
45

56
## [Unit testing](unittesting.md)
67

7-
Run unit tests with Karma + Mocha
8+
Karma + Mocha로 유닛 테스트 실행합니다.
89

910
```bash
1011
npm run unit
1112
```
1213

1314
## [End-to-end testing](end-to-end_testing.md)
1415

15-
Run end-to-end tests with Spectron + Mocha
16+
Spectron + Mocha로 end-to-end 테스트 실행합니다.
1617

1718
```bash
1819
npm run e2e
1920
```
2021

21-
## Running all tests
22+
## 모든 테스트 실행
2223

2324
```bash
2425
npm test
2526
```
2627

27-
### On the subject of CI testing
28+
### CI 테스팅에 관하여
2829

29-
If your decided to use `electron-builder` as your build tool when scaffolding, then you can easily test your application on both Travis CI & AppVeyor for `darwin`, `linux`, and `win32`. Inside both `.travis.yml` and `appveyor.yml` you will find commented sections you can quickly un-comment to enable testing. Make sure to read up on [**Automated Deployments using CI**](/using-electron-builder.md#automated-deployments-using-ci)** **for further information.
30+
스캐폴딩 할 때 `electron-builder`를 빌드 도구로 사용하기로 결정했다면 `darwin`, `linux` 그리고 `win32`Travis CI 및 AppVeyor에서 애플리케이션을 쉽게 테스트 할 수 있습니다. `.travis.yml` `appveyor.yml` 둘 다 내부에서 주석 처리 된 섹션을 찾을 수 있고 곧바로 주석을 해제하여 테스트를 수행 할 수 있습니다. 자세한 내용은 [**Automated Deployments using CI**](/using-electron-builder.md#automated-deployments-using-ci)를 읽으세요.
3031

0 commit comments

Comments
 (0)
0