angular Angular Unit Testing @ViewChild This articles explains how to writ unit tests for components with @ViewChild decorators using a stub component
angular Angular Testing with Headless Chrome Headless Chrome is a useful tool for running automated tests in environments where it isn’t practical to actually launch a browser. In this article, we explain how to configure Angular CLI to run your Unit and E2E Tests using Headless Chrome.