October 2018
Intermediate to advanced
590 pages
15h 5m
English
We've been doing this since Chapter 9, Forms and Validation - Starting with the Register Page, with the mvn clean install command. Currently, we have only created two E2E test suites, one for the register page and the other for the login page. Both of them are lightweight. That's why our build completes fast. However, in the future, once we create enough tests to cover all the features of the application, it could take more than fifteen minutes or half an hour to finish all the tests. The situation could be worse for large-scale applications. Even for a tiny change, such as a typo, we would have to sit there and wait for all E2E tests to finish before committing the code.
It is better that ...
Read now
Unlock full access