Git Product home page Git Product logo

Comments (7)

jaswilli avatar jaswilli commented on May 27, 2024 1

It seems pretty unlikely that a significant number of people are using autostart since it's not documented anywhere. I stumbled across it while troubleshooting some Ember 3.28 upgrade issues and even after reading through the discussion it wasn't clear to me whether or not it had parity with setupMirage() or if there was some non-obvious benefit to using it.

For the sake of simplicity I think removing it is a reasonable idea.

from ember-cli-mirage.

SergeAstapov avatar SergeAstapov commented on May 27, 2024

@cah-briangantzler doesn't it make server running in development automatically?

from ember-cli-mirage.

cah-brian-gantzler avatar cah-brian-gantzler commented on May 27, 2024

No, that is the enabled property https://www.ember-cli-mirage.com/docs/advanced/environment-options#enabled although autostart would have made more sense

from ember-cli-mirage.

cah-brian-gantzler avatar cah-brian-gantzler commented on May 27, 2024

In the future I would propose that the enabled property also be deprecated and removed in favor of calling startMirage in the app. It is more explicit, and if your does not import and call startMirage embroider should be able to tree shake mirage out of ember s and have it only avail in ember t. Does embroider treat dev and test differently?

from ember-cli-mirage.

cah-brian-gantzler avatar cah-brian-gantzler commented on May 27, 2024

Out of curiosity, I tried ember s and do not see @ember/test-helpers in the browser, given that autostart calls getRfc232TestContext(); and that checks the existence of @ember/test-helpers in https://github.com/miragejs/ember-cli-mirage/blob/master/addon/get-rfc232-test-context.js#L13. I am thinking it is only applying to tests

from ember-cli-mirage.

bartocc avatar bartocc commented on May 27, 2024

Our codebase is quite old and uses autostart. Some old doc can be found here https://github.com/miragejs/ember-cli-mirage/releases/tag/v0.4.2

from ember-cli-mirage.

grapho avatar grapho commented on May 27, 2024

I am currently struggling with this as well.. even with a modern test setup (post 3.0) mirage server is still auto running somehow... causing setupMirage() to generate a 2nd Pretender deprecation..

Update: My ENV setup was wrong

if (environment === 'test') {
  ...
  ENV['ember-cli-mirage'] = {
    enabled: true,
  };

maybe this config was a relic from an older time pre-rfc-232/236?

but having this in ENV forces auto-run to happen despite this guard statement

maybe there needs to be some new (or restored 👀 ) documentation describing this behavior and how to properly migrate away from it?

from ember-cli-mirage.

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.