templating icon indicating copy to clipboard operation
templating copied to clipboard

Migrate .net new integration tests from dotnet/sdk to dotnet/templating

Open YuliiaKovalova opened this issue 2 years ago • 1 comments

Related to #5381

Migrate selected tests from https://github.com/dotnet/sdk/tree/main/src/Tests/dotnet-new.Tests to dotnet/templating. The list TBD.

YuliiaKovalova avatar Feb 28 '23 17:02 YuliiaKovalova

Tests to add to dotnet/templating:

  • CanInstantiateTemplate_ConditionalProcessing
  • CanInstantiateTemplate_MultiValueChoice*
  • CanInstantiateTemplate_WithRequiredParams
  • CanInstantiateTemplate_WithConditionallyEnabledParams
  • CanInstantiateTemplate_WithBinaryFile_FromFolder
  • CanInstantiateTemplate_WithBinaryFile_FromPackage
  • CanInstantiateTemplate_Angular_CanReplaceTextInLargeFile
  • CanInstantiateTemplate_WithConditions_BasedOnFileName
  • CanInstantiateTemplate_WithDefaultName
  • CanUseFileRenameWithNowGenerator
  • EnsureItsPossibleToIncludePackagesLockJson

No need to remove them from dotnet/sdk, just ensure those are covered in dotnet/templating too (no action needed if the scenario is already covered).

vlada-shubina avatar May 18 '23 14:05 vlada-shubina