-
### 📝 개요
MSW의 개념 및 사용법에 대해 작성되었습니다.
### 📍 MSW 란?
- MSW는 네트워크 요청을 모의(mock)하여 개발 및 테스트 환경에서 실제 API 요청을 대체할 수 있는 도구입니다.
- 프론트엔드 개발자는 백엔드 서비스가 준비되지 않아도 개발을 진행할 수 있으며, 테스트 환경에서 안정적인 API 응답을 사용할 수 …
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't con…
-
It appears that cloudflare-worker-mock has a dependency on @udacity/types-service-worker-mock, which is not listed as a dependency in the package.json.
Requiring the module in JS gives this error:
…
-
# Descrição
Configurar um serviço de mock para facilitar a execução da aplicação localmente.
# Problema encontrado
No momento é necessário rodar localmente o banco de dados, a API e o dump com o…
-
Great example of a plugin comment that should be inside of the /start message.[^02^]
I envision it can just append this below the /start table basically.
Make it so plugins can append if ran in…
-
**Is your feature request related to a problem? Please describe:**
Currently, our project relies on Webcontainer to simulate a local development environment directly in the browser. However, Webcon…
-
### Current behavior
For Angular Component Testing, I want to use MSW (Mock Service Worker), using msw request handlers instead of cy.intercept().
The tested component is not working as expected
##…
-
- [ ] Clean up the constants and types for unusued entities.
- [ ] Same with serviceUrls
- [ ] Linting errors
- [ ] Failing / irrelevant tests (potentially move from Cypress to Playwright)
- [ ] Move…
-
Important Details
-
Hello! Thanks for creating and maintaining the server-worker-mock package. It's been super helpful for our service worker testing. However, we are having one issue when testing actions in our `notific…