Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eunnbi/frontend-test

Frontend Test Practice
https://github.com/eunnbi/frontend-test

frontend-test storybook vitest

Last synced: 15 days ago
JSON representation

Frontend Test Practice

Awesome Lists containing this project

README

        

# Frontend Test

A repository for learning and practicing frontend testing.

## Topics Covered

- Component testing w/ Storybook
- `Vitest browser mode`
- [`turing-frontend-test`](https://github.com/taehee-sp/turing-frontend-test)

## Getting Started

#### 1. Clone Repository

```bash
git clone https://github.com/eunnbi/frontend-test.git
cd frontend-test
```

#### 2. Install Dependencies

```bash
pnpm install
```

#### 3. Run Test and Storybook

```bash
pnpm test
pnpm storybook
```

## Related Articles

I read and summarize articles for learning about front-end testing

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