Michael Villander
Michael Villander
cc: @dfreeman
I want use test helpers without use `ember-cli-page-object` - https://github.com/dfreeman/ember-ace/issues/34
@wagenet I think we need support from the core team here to move it forward. It's sad to see that every RFC opened for Engines has been inactive because Engines...
Awesome! Great news to make 2021 the most promissory year for Ember Engines Looking forward to our monthly meetings and all challenges ahead. 🚀 ⚙️ https://user-images.githubusercontent.com/10222774/102722373-7b609700-42df-11eb-9ea2-a0d960a82a29.mp4
@wagenet unfortunately we're not making tremendous progress here yet. We started to have weekly meetings between me, @runspired and @SergeAstapov. We began to get some Github privileges from @rwjblue, but...
> I've moved to scaffolding engines as stand-alone addons in a monorepo with the warp-drive engage project, that resolves a lot of the ergonomics issues though it would be nice...
IMO we should discuss and see if it's still relevant and have some chance to be included on https://github.com/emberjs/rfcs/pull/819 cc/ @runspired @SergeAstapov
Yes this is the bug, we can either wait for this bug to be resolved or send a PR to [Ember.js](https://github.com/emberjs/ember.js)
A demo/dummy app with authentication using [Github API](https://developer.github.com/v4/). Would be a good case, especially if we have unit tests of integration and acceptance.
Acceptance tests with pretender and schema or mirage is somewhat verbose, you need to track a lot. It is best to use acceptance tests like E2E. We do not have...