(unsupported) Jasmine JsTestDriver Adapter. Write Jasmine BDD code, and run it on JsTD.
Stars
149
Forks
36
Watchers
149
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
11
commits
9
commits
4
commits
2
commits
2
commits
1
commits
1
commits
Path to jasmine.js is now lib/jasmine-core/jasmine.js as of version 1.1.0
12bda81View on GitHubSyntax error that prevented the JasmineAdapter.js file from being loaded when running tests
28f0b39View on GitHubFixed it to use a new jstestdriver.TestRunConfiguration. Teach me to use the web interface.
88f4eebView on GitHubAdded a getTestRunsConfigurationFor function to work with HEAD of JsTD.
a81ffe4View on GitHubUse jstestdriver public methods instead of private properties
f892d84View on GitHubAdded a spec for testing that spies are working correctly. Thanks Devesh Chanchlani.
27c1b5cView on GitHubAdded failing tests to always check the formatting of the failed output. Fixed a bug refactoring bug with new Array(l) which caused JSTD to drop the trace.
54071daView on GitHub