Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 91b6c44

Browse files
committed
Test fixes
1 parent 1fc8513 commit 91b6c44

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

Unickq.SpecFlow.Selenium.Example/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<unitTestProvider name="Unickq.SpecFlow.Selenium" />
1212
<generator allowDebugGeneratedFiles="true" markFeaturesParallelizable="true" />
1313
<plugins>
14-
<add name="Unickq.SpecFlow.Selenium" path="..\SpecflowSelenium\bin\Release" />
14+
<add name="Unickq.SpecFlow.Selenium" path="..\Unickq.SpecFlow.Selenium.Plugin\bin\Release" />
1515
</plugins>
1616
</specFlow>
1717

Unickq.SpecFlow.Selenium.Example/Features/F1.feature.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unickq.SpecFlow.Selenium.Example/Features/F2.feature.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unickq.SpecFlow.Selenium.Example/Steps/ExampleFeatureSteps.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
using NUnit.Framework;
44
using OpenQA.Selenium;
55
using TechTalk.SpecFlow;
6-
using Unickq;
7-
using Unickq.SpecFlow.Selenium;
86

9-
namespace Example.Steps
7+
namespace Unickq.SpecFlow.Selenium.Example.Steps
108
{
119
[Binding]
1210
public class ExampleFeatureSteps

Unickq.SpecFlow.Selenium.Example/Unickq.SpecFlow.Selenium.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<ProjectGuid>{950A9182-CC76-4EB6-BC06-0E483F3FA6C8}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<AppDesignerFolder>Properties</AppDesignerFolder>
9-
<RootNamespace>Example</RootNamespace>
10-
<AssemblyName>Example</AssemblyName>
9+
<RootNamespace>Unickq.SpecFlow.Selenium.Example</RootNamespace>
10+
<AssemblyName>Unickq.SpecFlow.Selenium.Example</AssemblyName>
1111
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.0.{build}
2-
skip_non_tags: true
2+
skip_non_tags: false
33
image: Visual Studio 2017
44
configuration: Release
55
platform: Any CPU

0 commit comments

Comments
 (0)