Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed May 26, 2013
1 parent 3d04aaa commit 0716423
Show file tree
Hide file tree
Showing 44 changed files with 61,770 additions and 15 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ _Resharper.canopy
*.pdb
*.exe
chromedriver.log
obj/
[Bb]in/
packages/*
tools/*
canopy/bin/**/*
canopy/obj/**/*
githubtests/bin/**/*
githubtests/obj/**/*
basictests/bin/**/*
basictests/obj/**/*
demotests/bin/**/*
demotests/obj/**/*
documentationtests/bin/**/*
documentationtests/obj/**/*
nuget/*
build/*
tests/*
Expand Down
2 changes: 1 addition & 1 deletion AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open System.Reflection

[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("A simple framework in f# on top of selenium for writing UI automation tests.")>]
[<assembly: AssemblyDescriptionAttribute("A simple framework in f# on top of selenium for writing UI automation and tests. https://github.com/lefthandedgoat/canopy/wiki/Change-Log")>]
[<assembly: AssemblyVersionAttribute("0.7.6")>]

()
10 changes: 2 additions & 8 deletions Build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ open Fake.AssemblyInfoFile
// Assembly / NuGet package properties
let projectName = "canopy"
let version = "0.7.6"
let projectDescription = "A simple framework in f# on top of selenium for writing UI automation tests."
let projectDescription = "A simple framework in f# on top of selenium for writing UI automation and tests. https://github.com/lefthandedgoat/canopy/wiki/Change-Log"
let authors = ["Chris Holt"]

// Folders
let buildDir = @".\build\"
let testDir = @".\tests\"
let nugetDir = @".\nuget\"

// Restore NuGet packages
!! "./**/packages.config"
|> Seq.iter (RestorePackage (fun p ->
{p with
ToolPath = "./.NuGet/NuGet.exe"}))

// Targets

// Update assembly info
Expand Down Expand Up @@ -82,7 +76,7 @@ Target "CreateNuGet" (fun _ ->
Version = version
Description = projectDescription
NoPackageAnalysis = true
ToolPath = @".\.Nuget\Nuget.exe"
ToolPath = @".\tools\Nuget\Nuget.exe"
OutputPath = nugetDir })
)

Expand Down
5 changes: 3 additions & 2 deletions canopy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>canopy</id>
<version>0.1.2</version>
<version>@version@</version>
<authors>@authors@</authors>
<owners>Chris Holt</owners>
<licenseUrl>https://github.com/lefthandedgoat/canopy/blob/master/license.txt</licenseUrl>
<iconUrl>http://lefthandedgoat.github.io/canopy/canopy_orig.jpg</iconUrl>
<projectUrl>http://lefthandedgoat.github.com/canopy</projectUrl>
<description>@description@</description>
<tags>f# canopy selenium ui automation tests</tags>
<tags>f# fsharp canopy selenium ui automation tests</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="2.33.0" />
<dependency id="Selenium.Support" version="2.33.0" />
Expand Down
Binary file not shown.
26 changes: 26 additions & 0 deletions packages/Selenium.Support.2.33.0/Selenium.Support.2.33.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Selenium.Support</id>
<version>2.33.0</version>
<title>Selenium WebDriver Support Classes</title>
<authors>Selenium Committers</authors>
<owners>Selenium Committers</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://code.google.com/p/selenium/</projectUrl>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains .NET support classes for the Selenium WebDriver API, which includes helper classes for HTML Select elements, waiting for conditions, and Page Object creation.</description>
<summary>Support classes for the .NET bindings of the Selenium WebDriver API</summary>
<tags>Selenium WebDriver browser automation support</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="2.33.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<references>
<reference file="WebDriver.Support.dll" />
</references>
</metadata>
</package>
Binary file not shown.
1,896 changes: 1,896 additions & 0 deletions packages/Selenium.Support.2.33.0/lib/net35/WebDriver.Support.xml

Large diffs are not rendered by default.

Binary file not shown.
1,896 changes: 1,896 additions & 0 deletions packages/Selenium.Support.2.33.0/lib/net40/WebDriver.Support.xml

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Selenium.WebDriver</id>
<version>2.33.0</version>
<title>Selenium WebDriver</title>
<authors>Selenium Committers</authors>
<owners>Selenium Committers</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://code.google.com/p/selenium/</projectUrl>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the newer, more concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.</description>
<summary>.NET bindings for the Selenium WebDriver API</summary>
<tags>Selenium WebDriver browser automation</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<references>
<reference file="WebDriver.dll" />
</references>
</metadata>
</package>
Binary file not shown.
Loading

0 comments on commit 0716423

Please sign in to comment.