Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eunnbi/frontend-test
- Owner: eunnbi
- Created: 2025-01-08T02:50:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-26T10:53:00.000Z (16 days ago)
- Last Synced: 2025-01-26T11:27:05.199Z (16 days ago)
- Topics: frontend-test, storybook, vitest
- Language: TypeScript
- Homepage:
- Size: 874 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)