Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhildred/razorpagesorderbot

with xunit tests
https://github.com/rhildred/razorpagesorderbot

Last synced: 14 days ago
JSON representation

with xunit tests

Awesome Lists containing this project

README

        

#
RazorPagesOrderBot
with xunit tests

To run:

```
dotnet run --project OrderBotPage

```

To test:

```
dotnet test
```

To test with coverage:

```
dotnet test --collect:"XPlat Code Coverage"
```

Then to make a report:

```
dotnet tool install --global dotnet-reportgenerator-globaltool
~/.dotnet/tools/reportgenerator -reports:OrderBot.tests/TestResults/781f9e92-31a8-4a0e-8a4a-35c884c0e5fe/coverage.cobertura.xml -targetdir:reports
```