Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
nzakas edited this page Mar 1, 2012 · 1 revision

Yeti is a command-line utility for JavaScript testing in browsers. This task runs Yeti with the given HTML files. Yeti will then run the tests in any browsers that it is aware of. If any test fails, then the task fails and so the build fails.

Requirements

Setup

Once you have Node.js and npm installed, run the following to install Yeti:

npm install -g yeti

Usage

<yeti>
    <fileset dir="${tests.dir}" includes="**/*.html" />
</yeti>

Attributes

  • failonerror - (Optional) set to "false" to prevent the build from failing when there's an error.

Clone this wiki locally