Skip to content

Commit

Permalink
Build produces webbrowser package, and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Sep 3, 2013
1 parent a5b4c40 commit 3a7992e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ I have created a sample app which uses the Screen pattern. It is available at [h
Documentation
-----------------

### Change Log
[http://docs.teststack.net/White/ChangeLog.html](http://docs.teststack.net/White/ChangeLog.html)

### Documentation Site
[http://teststack.azurewebsites.net/white/index.html](http://teststack.azurewebsites.net/white/index.html)

Expand Down
1 change: 1 addition & 0 deletions TestStack.White.proj
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
<MakeDir Directories="$(Root)build\Artifacts" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White\TestStack.White.nuspec -Version $(Version) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White.ScreenObjects\TestStack.White.ScreenObjects.nuspec -Version $(Version) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.ScreenObjects\bin\$(Configuration)" />
<Exec Command="$(Root)src\.nuget\nuget.exe pack $(Root)src\TestStack.White.WebBrowser\TestStack.White.WebBrowser.nuspec -Version $(Version) -OutputDir $(Root)build\Artifacts -BasePath $(Root)src\TestStack.White.WebBrowser\bin\$(Configuration)" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="TestStack.White.WebBrowser.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="white.snk" />
</ItemGroup>
<ItemGroup>
Expand Down
26 changes: 26 additions & 0 deletions src/TestStack.White.WebBrowser/TestStack.White.WebBrowser.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>TestStack.White.WebBrowser</id>
<version>$version$</version>
<title>TestStack.White</title>
<summary>TestStack.White is the official replacement for the White UI automation framework</summary>
<description>White is a framework for automating rich client applications based on Win32, WinForms, WPF, Silverlight and SWT (Java) platforms. It is .NET based and does not require the use of any proprietary scripting languages. Tests/automation programs using White can be written with whatever .NET language, IDE and tools you are already using. White provides a consistent object-oriented API, hiding the complexity of Microsoft's UIAutomation library (on which White is based) and windows messages.

* TestStack.White is the official replacement for White *</description>
<authors>Vivek Singh, Jake Ginnivan</authors>
<owners>Jake Ginnivan</owners>
<licenseUrl>https://github.com/TestStack/White/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/TestStack/White</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright Jake Ginnivan 2012</copyright>
<tags>White UIAutomation Testing UIA WPF Silverlight Win32 Automation</tags>
<dependencies>
<dependency id="TestStack.White" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="TestStack.White.WebBrowser.dll" target="lib\net40" />
<file src="TestStack.White.WebBrowser.pdb" target="lib\net40" />
</files>
</package>
3 changes: 2 additions & 1 deletion src/TestStack.White.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20617.1 PREVIEW
VisualStudioVersion = 12.0.20623.1 VSUPREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1BCBA4C4-8C47-496C-B0D4-FDE9D066ED27}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\LICENSE-APACHE.txt = ..\LICENSE-APACHE.txt
..\LICENSE-MIT.txt = ..\LICENSE-MIT.txt
..\LICENSE.txt = ..\LICENSE.txt
..\README.md = ..\README.md
..\TestStack.White.proj = ..\TestStack.White.proj
EndProjectSection
EndProject
Expand Down

0 comments on commit 3a7992e

Please sign in to comment.