Skip to content

Commit

Permalink
#187: CR comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
grey-rain committed Sep 7, 2024
1 parent bbc7008 commit a8e32f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ and add `failsafe.rerunFailingTestsCount` or `surefire.rerunFailingTestsCount` p

In some cases, you may need to customize the test name for BDD Scenario Outlines (for example, to insert parameters into
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`.
implements the `TestNameProvider` 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 `ParametrizedNameProvider`:
```
Expand Down

0 comments on commit a8e32f2

Please sign in to comment.