allure-framework / allure-js

Allure integrations for JavaScript test frameworks
https://allurereport.org/
Apache License 2.0
226 stars 123 forks source link

[newman-reporter-allure] `TestScript` attaches only collection tests and not every request test in the Allure report. #807

Open win5923 opened 11 months ago

win5923 commented 11 months ago

Hi, I have many different request tests within a collection, but I noticed that the TestScript in the Allure report only shows Collection tests and not tests for each individual request.

Screenshots

Collection Tests: image

Request Tests: image

Allure Report: image

Expected behavior Both Collection Tests and each individual Request Tests should be visible, or alternatively, they can be separated using two different Attachments.

Desktop:

OS: Windows newman Version: 5.3.1 newman-reporter-allure Version: 2.9.2

epszaw commented 10 months ago

Hey, @win5923! Will try to figure out, what's doing wrong there