GitXplorerGitXplorer
s

prettiertestlogger

public
12 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8d3de9c106ca3f1bd4e20c3c85979f6093a08649

feat: support F# ticked function names (#1)

MMaxJohansen committed 6 years ago
Unverified
f0a4b868f40ae7829cfe0f2290d255f92bbcd52f

chore: correct package author

ssaintedlama committed 6 years ago
Unverified
9101db3237cf7f934e4a11da2e6a6d7f536f5e9c

chore(release): 1.1.1

ssaintedlama committed 6 years ago
Unverified
6e9025b1ca4b620e9c85cae528fbcac58894a496

fix: fix abbrevation handling and make the logger more safe to exceptions

ssaintedlama committed 6 years ago
Unverified
dc0f12315d8da939e192f52e56c50ea90774786d

chore(release): 1.1.0

ssaintedlama committed 6 years ago
Unverified
000ebda5685ddcff07f4bf0be55f78444e9fd8c9

feat: use props file to copy the Prettier.TestLogger.dll on build and to make dotnet test know the logger

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