dev-enthusiast / aspnet.xunit

ASP.NET v5+ runner for xUnit.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This runner supports xUnit.net tests for ASP.NET v5+.

Usage

To install this package, ensure your project.json contains the following lines:

{
    "dependencies": {
        "xunit.runner.aspnet": "2.0.0-aspnet-*"
    },
    "commands": {
        "test": "xunit.runner.aspnet"
    }
}

To run tests from the command line, use the following.

# Restore NuGet packages
dnu restore

# Run tests
dnx . test

About

ASP.NET v5+ runner for xUnit.net


Languages

Language:C# 96.6%Language:Shell 2.0%Language:PowerShell 1.4%