Skip to content

joemasilotti/try-Swift-UI-Testing-stubbing-the-network

Repository files navigation

UI Testing: stubbing the network

Source code for my "UI Testing: stubbing the network" workshop at the 2020 try Swift! World conference.

  • The master branch is the starting point for the workshop.
  • The protocols branch stubs the network via fakes and protocols.
  • The swifter branch mocks the network via a HTTP server.

After cloning this repository you can start a server to host the JSON file.

$ python3 -m http.server

About

Source code for my "UI Testing: stubbing the network" workshop at the 2020 try Swift! World conference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages