Code Monkey home page Code Monkey logo

Comments (9)

kishorepran avatar kishorepran commented on May 25, 2024 1

What I have done in my project

  1. Include OHTTPStubs, and sample JSON in my main bundle.
  2. To make sure the sample JSON is not pushed to production I use a different target for production and another one for all other builds. hence all the sample JSON are not a part of production build.
  3. Use environment variable and check for the environment variable if passed then mock the API calls.
  4. The environment variable check code is under IF Debug compiler flag hence that does not ship to production either.
  5. Now this environment variable can be passed in the UI test as launch arguments when launching the application in the UI test.
    Hope this helps. Let me know for any more info.

from ohhttpstubs.

LemonSpike avatar LemonSpike commented on May 25, 2024

Having the same issue here.

from ohhttpstubs.

anelrh26 avatar anelrh26 commented on May 25, 2024

having the same issue here. I'm using Xcode 13

from ohhttpstubs.

ppamorim avatar ppamorim commented on May 25, 2024

Same issue :(

from ohhttpstubs.

kishorepran avatar kishorepran commented on May 25, 2024

Same issue :(

Can you create a repo for your sample project and share link here. I would love to debug your issue and submit a pr. thanks

from ohhttpstubs.

Wiley-Wan avatar Wiley-Wan commented on May 25, 2024

What I have done in my project

  1. Include OHTTPStubs, and sample JSON in my main bundle.
  2. To make sure the sample JSON is not pushed to production I use a different target for production and another one for all other builds. hence all the sample JSON are not a part of production build.
  3. Use environment variable and check for the environment variable if passed then mock the API calls.
  4. The environment variable check code is under IF Debug compiler flag hence that does not ship to production either.
  5. Now this environment variable can be passed in the UI test as launch arguments when launching the application in the UI test.
    Hope this helps. Let me know for any more info.

Hi @kishorepran, so how about my JSON file? All of them put in main bundle? I think it will improve the app's size.

from ohhttpstubs.

kishorepran avatar kishorepran commented on May 25, 2024

@Wiley-Wan : Please refer to point 2

from ohhttpstubs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.