What are the differences between karma reporters?
Progress will show the number of tests executed, skipped and total.
dots will print a dot for each test executed
growl will use the growl tool to report the progress of the testing. Note: you need to install the plugin to use this guy.
coverage works together with the coverage pre-processor to generate an HTML Coverage report of your Javascript files. Note: you need to install the plugin to use this guy.