From c1a3576ab0b6531953800352a0a5f89e2fae6ede Mon Sep 17 00:00:00 2001 From: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:54:36 +0300 Subject: [PATCH] EPMRPP-90964 || Reqnroll Test Framework Integration (#745) Co-authored-by: Yuliya_Prihodko --- .../test-framework-integration/Net/Reqnroll.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll.md diff --git a/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll.md b/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll.md new file mode 100644 index 000000000..bdf8ea6ee --- /dev/null +++ b/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll.md @@ -0,0 +1,14 @@ +--- +sidebar_position: 5 +sidebar_label: Reqnroll +--- + +# ReportPortal Reqnroll Integration + +There is an agent to integrate [Reqnroll](https://reqnroll.net/) with ReportPortal. + +Reqnroll is an open-source Cucumber-style BDD test automation framework for .NET. + +It allows to outline your requirements using simple Given-When-Then scenarios and then transform them into automated tests to confirm they've been carried out correctly. + +[Installation guide](https://github.com/reportportal/agent-dotnet-reqnroll#readme)