H3ld / MockServer

Sample Project of Mock Server and Swift UI testing

Home Page:https://marcosantadev.com/run-swift-ui-tests-mock-api-server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mock Server

Sample project to show how use to use a mock server with Swift UI testing.

Installation

The project uses Carthage as dependency manager.

$ cd MockServer_iOS/
$ carthage bootstrap --platform ios

Run server

$ cd WireMock/
$ ./start_server.sh

About

Sample Project of Mock Server and Swift UI testing

https://marcosantadev.com/run-swift-ui-tests-mock-api-server/


Languages

Language:Swift 97.6%Language:Shell 2.4%