Skip to content

This is an example of how you might use Javascript.NET + Jasmine + Env.js to run unit tests without the browser.

Notifications You must be signed in to change notification settings

jeremylightsmith/HeadlessJavascriptTestingInDotNet

Repository files navigation

This is an example of headless testing of javascript in .net.  That's right unit tests for javascript without a browser!

So download it, run it, play with it and use this approach to make your javascript code better!

== How did we do it? ==

Shoulders of giants :).

headless js tests = Javascript.NET + Jasmine + Env.js
Javascript.NET = V8 in .net
Jasmine = BDD in javascript
Env.js = Browser environment emulated in javascript (we borrowed the version from therubyracer)

About

This is an example of how you might use Javascript.NET + Jasmine + Env.js to run unit tests without the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published