Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 4, 2025
1 parent f5f1b17 commit 7ac1ae6
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<p align="center">
<img src="media/chrome-devtools.svg" width="100" alt="Mock Service Worker logo" />
<img src="media/msw-logo.svg" width="100" alt="Mock Service Worker logo" />
<img src="media/chrome-extension.svg" width="100" alt="Mock Service Worker logo" />
</p>

<h1 align="center">Mock Service Worker DevTools Extension</h1>

> **⚠️ WARNING: Pre-release Version**
> In this pre-release version, every update clears the configuration storage!
> Be cautious and make sure to save your JSON configurations locally to avoid losing them. 💾
### Overview

This Chrome extension simplifies working with [Mock Service Worker (MSW)](https://mswjs.io/). Instead of manually writing handlers, you can upload JSON files with mock requests, manage multiple configurations, and switch between them seamlessly. 🛠️

### Key Features 🌟

- **📂 JSON Import**: Easily upload JSON files containing mock request configurations.
- **🔄 Multi-JSON Support**: Switch seamlessly between multiple JSON configurations within the same host environment.
- **🤝 User-Friendly Interface**: A convenient tool for developers and testers alike, saving time and effort when working with [MSW](https://mswjs.io/).
- **⚡ Enhanced Productivity**: Focus more on your development and testing tasks without the hassle of manually writing mock handlers.

### Motivation 💡

This extension is a game-changer for both developers and QA testers working with [MSW](https://mswjs.io/). 🧑‍💻👩‍💻
Instead of manually defining handlers for every request, you can now upload pre-configured JSON files, whether it's a single file or multiple files for different scenarios. Switching between configurations is quick and easy, making this tool highly efficient for various development and testing workflows. 🚀
1 change: 1 addition & 0 deletions media/chrome-devtools.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions media/chrome-extension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions media/msw-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ac1ae6

Please sign in to comment.