Debug your EcmaScript tests from Visual Studio without opening a browser with QUnit and SinonJS. The extension command shows up under the main menu group "Debug" when you have selcted/opened a file with the extension "*.tests.js". It runs a windows forms app that loads the test file and the corresponding file to test (same name but without the ".test" extension) into a web browser control. The web browser control loads a QUnit/SinonJS test page and executes the tests. Meanwhile Visual Studio is attached to the process in "Script" mode and you can debug your tests. Update: |