Skip to content

newman test runs with iteration json/csv along with allure #1388

@santhosh77h

Description

@santhosh77h

We are using Newman with Allure reporter for data-driven API testing.

Scenario:

  • One Postman collection
  • One request inside the collection
  • The request is executed using Newman with CSV iteration data
  • CSV contains 10 data rows (excluding header)
  • Newman executes the request 10 times successfully

Observed Behavior:

  • Allure execution logs and steps clearly show that the request ran for all 10 iterations
  • However, in the Allure summary / test case count, only 1 test case is shown
  • The remaining executions are grouped as retries of the same tes

Expected Behavior:

  • Each iteration (data row) should be represented as a separate test case
  • Total test cases shown in Allure should be equal to (number of requests × number of iterations)
  • Iterations should not be treated or displayed as retries

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions