r3plica
r3plica

Reputation: 13387

Visual Studio, Jasmine and Chupzpah - Automatic testing

So I have finally got my project up and running with Chutzpah and Jasmine. I have also created some tests. At the moment, everytime I write a new test, I have to debug using the context menu and selecting "Run Chupzpah with Debugger".

What I would like to know is, is there a way for Visual Studio to automatically run tests as you create them?

Upvotes: 1

Views: 57

Answers (1)

Matthew Manela
Matthew Manela

Reputation: 16762

  1. Install Chutzpah Test Explorer extension
  2. Open Test explorer

TestExplorerLaunch

3.Check run after build

RunAfterBuild

Upvotes: 1

Related Questions