-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Demo app #62
Comments
Yes, this would be really great. I haven't found the time to spend on it so far but it's also an area where anybody would be able to contribute, especially in terms of getting the app skeleton built & designed. |
It's not quite ready for primetime yet, but https://ember-learn.github.io/ember-cli-addon-docs may be worth being aware of for this |
A demo/dummy app with authentication using Github API. Would be a good case, especially if we have unit tests of integration and acceptance. |
Agreed! Good test examples including pretender and schema mocking would be helpful. I also recently set up my full schema with VS Code and a |
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 an ergonomic tool to mock GraphQL on the front, like the mirage. |
I opened #106 to track creating our own documentation site, which could potentially be the same as the demo app. @villander re: mocking, you are familiar with the built-in Apollo Client mocking functions, right? https://dev-blog.apollodata.com/mocking-your-server-with-just-one-line-of-code-692feda6e9cd It's indeed a bit verbose for tests where you need to really customize the response. Would love to see a better tool for that. |
We need of demo/dummy app as ember-power-select, so we will have a case, besides making better the experience of each user that uses this addon with docs, cookbook and others
The text was updated successfully, but these errors were encountered: