jasmine-jstd-adapter icon indicating copy to clipboard operation
jasmine-jstd-adapter copied to clipboard

Jasmine JsTestDriver Adapter. Write Jasmine BDD code, and run it on JsTD.

Jasmine adapter for JsTestDriver

Author

[email protected] (Olmo Maldonado)

Installing

Update your JsTestDriver.conf by prepending the jasmine library and the adapter's source files.

For example:

load:
  - "../jasmine/lib/jasmine-0.10.0.js"
  - "../JasmineAdapter/src/*"
  - "your_source_files.js"
  - "your_test_files.js"

Directory Layout

  • src: The adapter source code. Intent is to match interface with interface.
  • src-test: The test files that verifies that the adapter works as intended.