duluca / local-weather-app

Learn Angular, Material, RxJS fundemantals using OpenWeatherMap.org APIs
https://angularforenterprise.com
MIT License
103 stars 102 forks source link

Chapter 4 Code Examples - Already Fixed - Angular for Enterprise-Ready Web Applications #537

Closed yogibear closed 1 year ago

yogibear commented 2 years ago

Currently working my way through the Angular for Enterprise-Ready Web Applications book.

It Chapter 4 it talks about the failing tests in projects/ch4 and the goes on to walk you through how to fix them and educate you on various related aspects as it does so.

Problem is all the 14 tests pass first time. Chapter 4 becomes more theoretical and less practical. This is a shame.

AlexandreCH commented 2 years ago

For e2e tests, try to install protractor and webdriver-manager : npm install -g protractor

duluca commented 1 year ago

Thanks for the feedback. With the 3rd edition (planned for Q4 2023) I'll be removing the theoretical exercise and the updated code samples now provide more robust e2e testing with Cypress.