Acceptance Testing
Learn about acceptance testing and how to use it.
We'll cover the following...
Overview
Acceptance tests are also known as application tests. They test the entire workflow of the application. We can validate the features from an end-user perspective. Acceptance tests create an instance of the Ember application.
Generating acceptance tests
We can generate acceptance tests using the following Ember CLI command:
ember g
...