1.2.0 • Published 8 years ago

@simple/specserver v1.2.0

Weekly downloads
1
License
BSD 2-Clause
Repository
-
Last release
8 years ago

specserver

Configurable spec server for serving unit test files. Currently tied to mocha.

Installation

npm install --save-dev @simple/specserver

Usage

Usage: specserver --file /path/to/specsfile.js --cmd 'npm run foo'

Options:
  -p, --port  Port of the HTTP server                            [default: 7357]
  -f, --file  Path to the JavaScript spec file containing your        [required]
              unit tests
  -c, --cmd   Command to run on page load which compiles your tests   [required]
              and saves them as `file`
  -h, --help  Shows this help text
1.2.0

8 years ago

1.1.0

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago