GitXplorerGitXplorer
s

prettiertestlogger

public
12 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
82a80f3ce9b56c393cc0b42a565da7f3f5f7a7e2

chore: add AppVeyor build status badge

ssaintedlama committed 6 years ago
Unverified
367acf90ad1dac390c656882cd65e42931c35163

chore: fix coveralls upload script

ssaintedlama committed 6 years ago
Unverified
4f203a28f0a0b01f4d2a51f52de256cdd3f8120c

chore: add coverage and coveralls support

ssaintedlama committed 6 years ago
Unverified
63f204263e17a9996db2db699d89cb2089dd1260

chore: use prettier logger in tests

ssaintedlama committed 6 years ago
Unverified
ffed986444826e6cd0e120c55e59260d57bba578

chore: add appveyor build support

ssaintedlama committed 6 years ago
Unverified
2d7e675d435941aa06dec74b3654ccd66c370ce4

chore: add nuget metadata to project

ssaintedlama committed 6 years ago

README

The README file for this repository.

PrettierTestLogger

Prettier formatting for your dotnet core tests. Tested with xunit.

Travis Build Status AppVeyorBuild status

Coverage Status

Motivation

Get output like this

With PrettierTestLogger

instead of this

Without PrettierTestLogger

Installation

dotnet add package PrettierTestLogger

Usage

dotnet test --logger prettier