natemcmaster / xunit-cli

A global .NET Core command line tool for running XUnit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xunit-cli

Build Status

NuGet NuGet Downloads

A global .NET Core command line tool for running xunit tests.

This project is the result of xunit/xunit#1684. The xUnit team might add a global console runner in the next major version, xUnit 3, but might not. In the meantime, this project is a wrapper around xunit.runner.console which is designed for use with dotnet tool install.

Usage

Installation:

dotnet tool install -g xunit-cli

Usage:

xunit <assemblyPath> [additionalArgs]

Run xunit without arguments to see full help output.

About

A global .NET Core command line tool for running XUnit tests


Languages

Language:C# 83.5%Language:PowerShell 16.5%