Maintainer: Brian Ford
See the Testacular documentation for more info.
Why Testacular?
Testacular runs the tests in the browser, but reports them in the CLI. This greatly improves your workflow by giving you constant, accurate feedback on the status of your tests.
PhantomJS is a great option too, but it has the one drawback that it won't expose browser inconsistencies.
Usage
Running yo testacular
will generate a testacular.conf.js
file for your project.
Note that you'll need to install the gruntacular
plugin for grunt and update your Gruntfile.js
. If you're using testacular through the AngularJS generator, all of the configuration is done for you.
Configuration
Testacular can be configured by editing testacular.conf.js
. See the documentation page on the config file for an exhaustive list of options.
Contribute
See the contributing docs