I am using the Chutzpah UnitTest extension in Visual Studio 2013. The only issue that I am currently having with it is that when I want to run all of the tests, I appears that Chutzpah randomly selects the order in which to run each test. Is there anyway that I can define the order that I want the tests to be ran? I know that Visual Studio's native UnitTests are able to do this via the order test files but they don't appear to support JavaScript files.
Thanks.