allure-csharp icon indicating copy to clipboard operation
allure-csharp copied to clipboard

Add integration with Selenium

Open delatrie opened this issue 2 years ago • 0 comments

Motivation

Selenium is a commonly used browser automation tool. Based on download counts, its popularity is comparable with that of SpecFlow. A native support by Allure will help QA teams to create convenient reports from Selenium-based tests.

Tasks

  • [ ] Explore extensibility mechanisms of Selenium
  • [ ] Implement the extension
  • [ ] Write acceptance tests

Links

The Selenium.WebDriver package: https://www.nuget.org/packages/Selenium.WebDriver/ The documentation: https://www.selenium.dev/documentation/overview/

An example of a similar integration: https://github.com/allure-framework/allure-java/tree/master/allure-selenide

delatrie avatar Nov 01 '23 08:11 delatrie