Sample Project: MockServer For UI Tests
Github repository used to explain how to use a mock API server for Swift UI testing.
Article: https://marcosantadev.com/run-swift-ui-tests-mock-api-server/
Language: Swift
Third-Party:
- WireMock: mock API server
- RxSwift: Reactive programming
- ObjectMapper: Mapping JSON to objects