I'm wanting to do some integration tests on our ASP.NET website. I'd like to run these tests:
- Integration tests on a headless browser or selenium without having to rewrite code. Would like it to integrate with the Visual Studio 2012 Test Explorer.
- Unit tests for C# code.
- Unit tests for Javascript.
I liked the look of Jasmine and SpecFlow, but I'd like to limit the testing frameworks I have to learn. I also found Coypu, which looks like it may be useful, as it is a .NET alternative to Capybara.
What frameworks could cover these requirements?