Unlike using ng test
, Wallaby can continuously run tests for
your entire Angular CLI workspace at the same time, only running tests affected by your current
changes. If you don’t want to run tests for all projects in your workspace, we also support
running tests for one selected project.
For step-by-step instructions on how to use Wallaby with an Angular CLI application, check out our Angular CLI tutorial.
Happy Testing!