I'm using chutzpah test adapter for the test explorer 3.0.1. When I start VS and go to the Test Explorer, I can see the output in the "Tests" console. It shows ------ Discover test started ------ and then has a timeout for every one of my test files: "Error: Timeout occured when executing test file".
I do have the chutzpah logging enabled, and it spits out lots of good stuff, but every discovered test file ends with phantom complaining that it timed out.
I was considering upgrading to 3.2.1, but when I installed it locally, I started getting failures when running tests from chutzpah context menu or console. The tests themselves succeeded, but they started failing because of functionality in a document.ready function...which previously didn't seem to be executed during test execution. I believe the two problems are related. I was not worried about the js tests not showing up in test explorer because they were still executable from the context menu or console. But if 3.2.1 is going to start failing because the execution of the document.ready function, then I realize I need a better picture into what's really going on.
Any help you can provide is much appreciated.
I do have the chutzpah logging enabled, and it spits out lots of good stuff, but every discovered test file ends with phantom complaining that it timed out.
I was considering upgrading to 3.2.1, but when I installed it locally, I started getting failures when running tests from chutzpah context menu or console. The tests themselves succeeded, but they started failing because of functionality in a document.ready function...which previously didn't seem to be executed during test execution. I believe the two problems are related. I was not worried about the js tests not showing up in test explorer because they were still executable from the context menu or console. But if 3.2.1 is going to start failing because the execution of the document.ready function, then I realize I need a better picture into what's really going on.
Any help you can provide is much appreciated.