machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Show usage options #409

Closed IndikaUdagedara closed 4 years ago

IndikaUdagedara commented 4 years ago

Simple PR for #364 just to get to know the repo

robertcoltheart commented 4 years ago

This is fine, but I'm not really planning on supporting the command line runner. The way forward is VS test adapters directly integrated with your build, see https://github.com/machine/machine.specifications.runner.visualstudio. This seems to be across the board, as Xunit doesn't plan on supporting a CLI either.

IndikaUdagedara commented 4 years ago

Thanks @robertcoltheart Do you want to complete it just to tick off a milestone item?