|
Is there a way to successfully run end to end tests inside VS2012, or a way to have Chutpha run only unit tests and not end to end tests?
I have not figured out how to configure end to end tests inside VS2012, so I am using an Jasmine based angular-scenario html runner for the end to end tests. Therefore, I would like to use Chutzpah for Jasmine based unit tests only. I
would like to keep both unit tests and end to end tests inside my Visual Studio project.
My problem is Chutzpah runs both unit tests and end to end tests, and always shows errors for the end to end tests. Its an angularJS project, and I'm trying to follow the standard angular seed directory structure which includes both unit tests,
and end to end tests in the project.
I'm using Chutzpha VS2012 2.2.1 extension, and end to end tests with angular-scenario html runner.
Any recommendations?
|