Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ghost-bridge
Ghost-Bridge is a bridge for continuous testing / build server testing of JavaScript tests, it allows you to run your javascript tests from visual studio test tools like [Resharper](http://www.jetbrains.com/resharper/) and [NCrunch](http://www.ncrunch.net/), and also on your build server with no extra effort.

# How does it work?
Ghost-Bridge uses a custom MS-Build target to ILGen a code stub hook for MSpec or NUnit that encapsulates the [Chutzpah](http://chutzpah.codeplex.com/) Test Runner, ( Chutzpah uses PhantomJs.exe and supports [QUnit](http://qunitjs.com/) and [Jasmine](http://pivotal.github.io/jasmine/) Javascript tests )
Ghost-Bridge uses a custom MS-Build target to ILGen a code stub hook for MSpec or NUnit that encapsulates the [Chutzpah](http://chutzpah.codeplex.com/) Test Runner, ( Chutzpah uses PhantomJs.exe and supports [QUnit](http://qunitjs.com/) and [Jasmine](https://jasmine.github.io/) Javascript tests )


# .Net Versions
Expand Down