Making responsive websites that resize and redesign themselves based on the user’s screen size has become standard, and there are many tools that help you do this with Ember applications. However, a common frustration is that this behavior is difficult to test automatically. Developers often write tests exclusively with the desktop screen width in mind, and run into two serious problems:
- Bugs in the mobile app are not caught by the build.
- Tests may “randomly” fail on the developer’s computer because their browser window is too small.
Your new post is loading...