Quantcast
Viewing all articles
Browse latest Browse all 4826

Verify that Ember can talk to the backend

@hmblcodr wrote:

I'm working on a large Ember project and am at the point where it's hard to track whether the backend and frontend work together correctly.

Both the frontend and backend have unit tests with high coverage; the frontend also has acceptance tests. During development, the backend is also mocked. This means that currently, the frontend and backend have never spoken to one another, and that makes me nervous.

How can my development process be improved so there is more confidence that the backend and frontend can talk to one another? Should I stop mocking the backend during development? Should I implement contract tests, and if so, how? Are there any tools that would help with this?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles