I am currently using Visual Studio 2013 Update 2 with Chutzpah Test Adapter. Attached is my Chutzpah JSON file and my problematic test JS file. Whenever I run the unit tests, no matter how I order them or divide them into different test suites, it seems only a max of 5 will run. Is this a known issue or am I missing a setting somewhere to allow more than 5 test to be ran in a single file?
I am using Chutzpah 3.2.2. No exceptions/errors are thrown when running the tests, it simply does not run more than 5 tests in the effected JS test file.
Comments: Hey, I figured out what was wrong while paring down the solution to the minimum set of files. While using Mocha in TDD mode, the teardown function was throwing a DOMException code 8. No error was shown in the VS Test Explorer, nor from the command line. Is this a known bug? If so, we can close this, if not, I will update the issue and continue with posting my example.
I am using Chutzpah 3.2.2. No exceptions/errors are thrown when running the tests, it simply does not run more than 5 tests in the effected JS test file.
Comments: Hey, I figured out what was wrong while paring down the solution to the minimum set of files. While using Mocha in TDD mode, the teardown function was throwing a DOMException code 8. No error was shown in the VS Test Explorer, nor from the command line. Is this a known bug? If so, we can close this, if not, I will update the issue and continue with posting my example.