From bbc7008a5bf2d3373a9f33c6f59664176e780dae Mon Sep 17 00:00:00 2001 From: Daria Yershova Date: Fri, 6 Sep 2024 21:42:16 -0500 Subject: [PATCH] #187: CR comments addressed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c61ffc6..b76e227 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ In some cases, you may need to customize the test name for BDD Scenario Outlines the test name in ReportPortal). To achieve this, you need to implement the desired customization logic in a class which implements the `TestNameTransformer` interface. This class should then be specified in the `ReportIntegrationConfig`. For example, if I want to provide ability for test name to insert parameters, I need to do the following -1. Create class `MyTestNameProvider`: +1. Create class `ParametrizedNameProvider`: ``` public class ParametrizedNameProvider implements TestNameProvider {