Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Running tests

davidfowl edited this page Jun 20, 2012 · 10 revisions

All tests use xunit, this includes the unit tests and functional tests.

Unit tests

To run the unit tests just use build.cmd or use Test Driven .NET to run them. They are in Kudu.Core.Test.

Functional tests

Running all functional tests require lots of software to be installed and working on IIS.

  • IISNode
  • ASP.NET MVC 3
  • ASP.NET WebPages 1.0

You can download all of this software using WebPlatformInstaller

Clone this wiki locally