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

https://github.com/2circumflex/practical-front-end-test-1-course

실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트 강의 실습
https://github.com/2circumflex/practical-front-end-test-1-course

course inflearn jest react react-testing- test vitest

Last synced: 3 months ago
JSON representation

실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트 강의 실습

Awesome Lists containing this project

README

          

# 실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트 강의 실습

## 설명

[실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트](https://inf.run/rVcLN) 강의 실습

## 강의 자료

- [실무에 바로 적용하는 프런트엔드 테스트 쇼핑몰 예제 저장소](https://github.com/practical-fe-testing/test-example-shopping-mall)
- [PDF 자료](https://drive.google.com/drive/folders/1rfqMh5gnJDVM4KMbibaFYDkkWJ6khwuv?usp=drive_link)

## 커리큘럼

| 섹션 | |
| ---- | -------------------------------------------------------- |
| 00 | 강의 소개 |
| 01 | [프런트엔드 테스트 작성 준비하기](./section-1/README.md) |
| 02 | [단위 테스트란?](./section-2/README.md) |
| 03 | [단위 테스트 작성하기](./section-3/README.md) |
| 04 | [통합 테스트란?](./section-4/README.md) |
| 05 | [통합 테스트 작성하기](./section-5/README.md) |