I am trying to read multiple rows from a csv and execute it using one single test method. For instance, In Create User, I could create multiple users for each row using a single test method.
Now the question is, how to configure reportng to display the status of multiple execution on the same method?