Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvteijlingen authored Oct 30, 2021
1 parent 21c9f73 commit a0391cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@

Moya-stubber speeds up development and testing by adding a network stubbing screen to your app. It will:

- Provide a view controller to activate and deactivate stubs at runtime.
- Provide an autogenerated view controller to activate and deactivate stubs at runtime.
- Allow you to configure multiple stubbed responses per endpoint, so you can easilty test your code in multiple scenarios.
- Use regular files for stubbed responses (json, xml, or any other filetype).
- Define a clear hierarchical structure for your stubs.

**Example of autogenerated stubbing panel**

![moya-stubber](https://user-images.githubusercontent.com/1460535/139528494-1f05b3b4-39aa-4641-8351-67ea02a994a8.gif)

## Installation

**Swift Package Manager**
Expand Down

0 comments on commit a0391cf

Please sign in to comment.