{"id":20124044,"url":"https://github.com/testableapple/mockserver-driven-testing","last_synced_at":"2026-05-10T08:50:11.365Z","repository":{"id":115449437,"uuid":"532573745","full_name":"testableapple/mockserver-driven-testing","owner":"testableapple","description":"MockServer-driven testing methodology","archived":false,"fork":false,"pushed_at":"2023-08-13T16:30:57.000Z","size":183,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T07:42:11.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://testableapple.com/native-mock-server-inside-xctest/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testableapple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-09-04T15:06:12.000Z","updated_at":"2023-08-13T16:24:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1d58111-cd82-4679-a138-b78aac72070e","html_url":"https://github.com/testableapple/mockserver-driven-testing","commit_stats":null,"previous_names":["testableapple/mockserver-driven-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fmockserver-driven-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fmockserver-driven-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fmockserver-driven-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fmockserver-driven-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testableapple","download_url":"https://codeload.github.com/testableapple/mockserver-driven-testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241570821,"owners_count":19984001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T19:47:29.202Z","updated_at":"2026-05-10T08:50:06.317Z","avatar_url":"https://github.com/testableapple.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MockServer-driven testing\n\nMockServer-Driven Testing (MSDT) is a methodology for developing automated UI tests, which is a custom branch of the Test Driven Development (TDD) methodology.\n\nThe main idea is:\n\n- to create a mock server that completely replaces the real backend\n- to cover the features supported by a mock server with automated UI tests\n\n![Diagram](/diagram.png)\n\n## POC\n\n### Native Mock Server\n\n#### Usage\n\n1. Open `TestMockServer.xcodeproj`\n2. Run the test in `NativeMockServerUITests` target\n\n### Standalone Mock Server\n\n#### Usage\n\n1. Install `ruby` gem:\n\n    ```bash\n    gem install sinatra\n    ```\n\n2. Start the mock server:\n\n    ```bash\n    ruby standalone_mock_server.rb\n    ```\n\n3. Open `TestMockServer.xcodeproj`\n4. Run the test in `StandaloneMockServerUITests` target\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Fmockserver-driven-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestableapple%2Fmockserver-driven-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Fmockserver-driven-testing/lists"}