duluca / local-weather-app

Learn Angular, Material, RxJS fundemantals using OpenWeatherMap.org APIs

Home Page:https://angularforenterprise.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yogibear opened this issue · comments

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.

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

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.