From a0391cf63c11645c6ce7d12eb07a5ec7e946cbfb Mon Sep 17 00:00:00 2001 From: Ward van Teijlingen <1460535+wvteijlingen@users.noreply.github.com> Date: Sat, 30 Oct 2021 12:00:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b4d138..039612b 100644 --- a/README.md +++ b/README.md @@ -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**