Skip to content

Commit bd4794c

Browse files
committed
update README.md
1 parent 3c9ef72 commit bd4794c

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

README.md

+28-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
11
# Frontend Test
22

3-
프론트엔드 테스트 학습용 레포지토리입니다.
3+
A repository for learning and practicing frontend testing.
44

5-
## 학습 내용
5+
## Topics Covered
66

7-
- 스토리북을 이용한 컴포넌트 테스트
7+
- Component testing w/ Storybook
88
- `Vitest browser mode`
99
- [`turing-frontend-test`](https://github.com/taehee-sp/turing-frontend-test)
1010

11-
## 관련 아티클 정리
11+
## Getting Started
1212

13-
프론트엔드 테스트에 관한 학습을 위해 읽고 요약한 문서들입니다:
13+
#### 1. Clone Repository
14+
15+
```bash
16+
git clone https://github.com/eunnbi/frontend-test.git
17+
cd frontend-test
18+
```
19+
20+
#### 2. Install Dependencies
21+
22+
```bash
23+
pnpm install
24+
```
25+
26+
#### 3. Run Test and Storybook
27+
28+
```bash
29+
pnpm test
30+
pnpm storybook
31+
```
32+
33+
## Related Articles
34+
35+
I read and summarize articles for learning about front-end testing
1436

1537
- [About Frontend Unit Testing](https://sunny-wish-861.notion.site/About-Frontend-Unit-Testing-fe9d02ec640f4f69b818dfca06c8b8a6?pvs=74)
1638
- [Good Code, Testable Code](https://sunny-wish-861.notion.site/Good-Code-Testable-Code-23627f7ef6124adc9a565c73321e2140?pvs=4)
17-
- [Turing Frontend Series](https://sunny-wish-861.notion.site/Turing-Frontend-Test-Series-4f8b149cd98443e8b13b47c7a6573c93?pvs=4)
39+
- [Turing Frontend Test Series](https://sunny-wish-861.notion.site/Turing-Frontend-Test-Series-4f8b149cd98443e8b13b47c7a6573c93?pvs=4)

0 commit comments

Comments
 (0)