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

Commit 75ec291

Browse files
committed
Readme upd
1 parent bc75408 commit 75ec291

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
# Unickq.SpecFlow.Selenium.Plugin
2-
3-
[![Build status](https://ci.appveyor.com/api/projects/status/24ct5aixw0thsii4?svg=true)](https://ci.appveyor.com/project/unickq/specflow-selenium-plugin)
1+
# Unickq.SpecFlow.Selenium
2+
[SpecFlow](https://github.com/techtalk/SpecFlow) plugin for [Selenium WebDriver](https://github.com/SeleniumHQ/selenium) instances generation. Write your tests easily. Supports [Allure Reports](https://github.com/allure-framework) out of the box
43

4+
[![Build status](https://ci.appveyor.com/api/projects/status/24ct5aixw0thsii4?svg=true)](https://ci.appveyor.com/project/unickq/specflow-selenium-plugin) [![NuGet Unickq.SpecFlow.Selenium](http://flauschig.ch/nubadge.php?id=Unickq.SpecFlow.Selenium)](https://www.nuget.org/packages/Unickq.SpecFlow.Selenium) [![NuGet Unickq.SpecFlow.Selenium.Allure](http://flauschig.ch/nubadge.php?id=Unickq.SpecFlow.Selenium.Allure)](https://www.nuget.org/packages/Unickq.SpecFlow.Selenium.Allure)
55

6-
[![NuGet Unickq.SpecFlow.Selenium](http://flauschig.ch/nubadge.php?id=Unickq.SpecFlow.Selenium)](https://www.nuget.org/packages/Unickq.SpecFlow.Selenium)
7-
8-
Old version:
9-
[![NuGet Unickq.SeleniumHelper](http://flauschig.ch/nubadge.php?id=Unickq.SeleniumHelper)](https://www.nuget.org/packages/Unickq.SeleniumHelper)
10-
11-
SpecFlow plugin for WebDriver instances generation. Write your tests easily
6+
[![N|Solid](https://raw.githubusercontent.com/unickq/SpecFlow.Selenium.Plugin/master/Example.png)]()
127

138
### Features:
14-
- Tests generation using tags *@Browser:BrowserType*, where BrowserType definded in *App.config*
15-
- [Specflow 2.2.0](https://github.com/techtalk/SpecFlow/releases/tag/V2.2.0) support
9+
- Tests generation using tags *@Browser:BrowserName*, where BrowserName definded in *App.config*
10+
- [Specflow 2.4.0](https://github.com/techtalk/SpecFlow/releases/tag/v2.4.0) support
1611
- Ability to run features in [parralel](https://github.com/techtalk/SpecFlow/wiki/Parallel-Execution) with [NUnit3](https://github.com/nunit/docs/wiki/Parallelizable-Attribute)
1712
- Support of [BrowserStack](browserstack.com/), [SauceLabs](https://saucelabs.com/), [TestingBot](https://testingbot.com), [CrossBrowserTesting](https://crossbrowsertesting.com/) with required RestApi methods and keys.
1813
- Scenario annotation with ***Key:Value*** syntax
19-
- Custom WebDriver configuration
20-
21-
[![N|Solid](https://raw.githubusercontent.com/unickq/SpecFlow.Selenium.Plugin/master/Example.png)]()
14+
- Custom WebDriver instance configuration
15+
- [Allure report](https://docs.qameta.io/allure/) support
2216

2317
### Usage:
2418
1. Download nuget package with all dependencies
@@ -29,4 +23,6 @@ SpecFlow plugin for WebDriver instances generation. Write your tests easily
2923
* [Example project](https://github.com/unickq/SpecFlow.Selenium.Plugin/tree/master/Unickq.SpecFlow.Selenium.Example)
3024
* [Wiki](https://github.com/unickq/SpecFlow.Selenium.Plugin/wiki)
3125

32-
###### Fork of [Baseclass.Contrib.SpecFlow.Selenium.NUnit](https://github.com/baseclass/Contrib.SpecFlow.Selenium.NUnit) for SpeckFlow 2 support
26+
###### Deprecated version:
27+
[![NuGet Unickq.SeleniumHelper](http://flauschig.ch/nubadge.php?id=Unickq.SeleniumHelper)](https://www.nuget.org/packages/Unickq.SeleniumHelper)
28+
###### Fork of [Baseclass.Contrib.SpecFlow.Selenium.NUnit](https://github.com/baseclass/Contrib.SpecFlow.Selenium.NUnit) for SpeckFlow 2.0 support

0 commit comments

Comments
 (0)