To run component tests only for a certain browser and spec file use this command:
ng test --browsers=Chrome --include=**/detail.component.spec.ts
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
To run component tests only for a certain browser and spec file use this command:
ng test --browsers=Chrome --include=**/detail.component.spec.ts