-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
Description
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
Reactions are currently unavailable