0.2.0 • Published 11 years ago

testament v0.2.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

#Testament

A server for running entire suites or single tests of RequireJS tests in mocha-phantomjs.

Right now to run a test suite in phantomjs with requirejs you need to manually enter all the tests scripts into an HTML file and run that. This is unweildy and is an extra step that can be forgotten or discourage developers from writing tests.

The problem is still present with requirejs, since if your test suites are modules, you have to manually require the modules to make the tests run.

Testament is a small app that takes in a path to a test or folder containing tests and will automatically fill out your test-runner file so that specific test, or directory of tests will be run in Mocha-phantomjs.

Usage

npm install -g testament

Roadmap

  • Support other test runners
  • Support arbitrary templates
0.2.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago