Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 433 Bytes

File metadata and controls

15 lines (11 loc) · 433 Bytes

Install ReportPortal.Extensions.Selenium nuget package and see logs from Selenium.WebDriver in your report https://reportportal.io.

How to use

Just add .AddReportPortal() where you initialize new instance of WebDriver.

using ReportPortal.Extensions.Selenium;
...
var webDriver = new OpenQA.Selenium.Firefox.FirefoxDriver().AddReportPortal();
...

And see output in report like

Example