Skip to content

Instantly share code, notes, and snippets.

@jaredfaris
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredfaris/9349158 to your computer and use it in GitHub Desktop.
Save jaredfaris/9349158 to your computer and use it in GitHub Desktop.
Test Your JavaScript with Jasmine and Chutzpah!

Test Your JavaScript with Jasmine and Chutzpah!

As a web developer, the odds are that you're writing more and more JavaScript every day. As powerful frameworks and tools grow in usage (and even ship with Visual Studio), the complexity of JS keeps growing. JavaScript testing is an important tool that you should have in your tool belt.

Jasmine makes JavaScript testing easy to do, but Jasmine requires you to open a browser window. Chutzpah makes it easy to run your JS tests right inside of Visual Studio, or as an automated part of your TFS build.

In this talk, we'll look at adding Jasmine tests to a .NET MVC web app. We'll talk about some JS testing best practices along the way. Then we'll finish by using Chutzpah to automate these tests as part of our build process. When you leave this session, you'll be equipped to test all the things!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment