Skip to content

Add parameter to bunit template, that chooses the underlying test framework #129

@egil

Description

@egil

Instead of creating different templates, one for bUnit with xUnt, one for bunit with Nunit, etc., I think it is better to have one template, but instead add a (mandatory?) parameter, that picks the underlying test framework.

E.g.:

  • dotnet new bunit -o my-test-project -framework xunit
  • dotnet new bunit -o my-test-project -framework nunit
  • dotnet new bunit -o my-test-project -framework mstest

This should be done in when #128 and #127 is done.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is neededinput neededWhen an issue requires input or suggestions

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions