Currently, Harness default behaviour when implementing the looping strategy, The step name format follows the convention StepName_NodeName. Updating the 'nodeName' for a step in the repeat looping strategy does not fully support changing the name within the repeat strategy. We need the 'nodeName' to be updated in the format 'ImgName' alone not with Step Name in the beginning. For example, at present the step name is generated as stepname_img1, stepname_img2, stepname_img3 etc., This change is important because if there are 20-30 images and the step names are lengthy, it becomes difficult to identify which image failed in the step. Shorter names just image names would make it much easier for us to track failures.