This repository was archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnuget.nuspec
32 lines (31 loc) · 1.63 KB
/
nuget.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Unickq.SpecFlow.Selenium</id>
<version>$version$</version>
<title>Unickq.SpecFlow.Selenium</title>
<authors>Nick Chursin</authors>
<iconUrl>http://techtalk.github.io/SpecFlow/specflow.png</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/unickq/SpecFlow.Selenium.Plugin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Test class generator to drive automated web ui tests with Selenium and SpecFlow 2.2.0</summary>
<description>
Test class generator to drive automated web ui tests with Selenium and SpecFlow 2.2.0. Works with BrowserStack, SauceLabs, TestingBot, CrossbrowserTesting and any WebDriver grid. Based on Baseclass.Contrib.SpecFlow.Selenium.NUnit.
</description>
<tags>Selenium NUnit SpecFlow Gherkin Web Testing webtesting saucelabs browserstack testingbot crossbrowsertesting</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" />
</frameworkAssemblies>
<dependencies>
<dependency id="SpecFlow" version="2.2.0" />
<dependency id="NUnit" version="3.0.0" />
<dependency id="Autofac" version="[3.3.0,3.5.2]" />
<dependency id="Autofac.Configuration" version="[3.3.0]" />
<dependency id="Selenium.WebDriver" version="3.0.0" />
</dependencies>
</metadata>
<files>
<file src="Unickq.SpecFlow.Selenium.Plugin\bin\Release\net45\Unickq.SpecFlow.Selenium.SpecFlowPlugin.dll" target="lib\net45" />
</files>
</package>