0.0.9 • Published 12 years ago

buster-win v0.0.9

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

buster-win

Temporary Windows harness for busterjs (A browser JavaScript testing toolkit) until v1 is released with full support.

Installation

npm install buster-win

Note

Install buster-win alongside buster. Buster-Win simply acts as a Windows test runner.

Usage

buster-win will execute all tests in a folder, matching a specified pattern.

  • Create a folder for your tests. Example: "test".
  • Write tests using busterjs (http://busterjs.org/).
  • Inside that folder create a file "index.js" with the code below.
    var BusterWin = require('buster-win');
    var busterWin = new BusterWin({ tests: /-test\.js$/i });
    busterWin.run(__dirname);
  • Run the following command where "test" is the name of the folder containing your tests.
node test
0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago