Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 19, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/c0d03a75fd52764594b6bc9c49961b3f to your computer and use it in GitHub Desktop.
Save angelovstanton/c0d03a75fd52764594b6bc9c49961b3f to your computer and use it in GitHub Desktop.
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
<TemplateData>
<DefaultName>SystemTestingFrameworkPage.cs</DefaultName>
<Name>SystemTestingFrameworkPage</Name>
<Description>Creates system testing framework's page, element map and asserter</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
</TemplateData>
<TemplateContent>
<References />
<ProjectItem SubType="" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">TestPage.cs</ProjectItem>
</TemplateContent>
</VSTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment