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 383d162 commit bbc7008
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 @@ -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 {
Expand Down

0 comments on commit bbc7008

Please sign in to comment.