Skip to content

Commit

Permalink
Concept name with parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Feb 2, 2024
1 parent 4c2f216 commit 0eb5350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReportPortal.GaugePlugin/Results/Sender.Concepts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void StartConcept(ConceptExecutionStartingRequest request)

var conceptReporter = parentReporter.StartChildTestReporter(new StartTestItemRequest
{
Name = request.CurrentExecutionInfo.CurrentStep.Step.ParsedStepText,
Name = request.CurrentExecutionInfo.CurrentStep.Step.ActualStepText,
StartTime = DateTime.UtcNow,
HasStats = false
});
Expand Down

0 comments on commit 0eb5350

Please sign in to comment.