question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

html report with duplicate information for multiple iterations

See original GitHub issue
  1. Newman Version (can be found via newman -v): 3.5.2
  2. OS details (type, version, and architecture): ubuntu 16,04 64 bits
  3. Are you using Newman as a library, or via the CLI? CLI
  4. Did you encounter this recently, or has this bug always been there: my first try
  5. Expected behaviour: When I run a collection with n iteration i would like to get a html

report with a single resume but I got n time the identical one as in the join file. Is it possible to avoid that? pb_report_redondances.pdf

  1. Command / script used to run Newman: newman run general_positive_create_case.postman_collection.json -e test2_superadmin.postman_environment.json --export-globals globals.json -d create_100_tenants.json -n 3 -r html --reporter-html-export Reports.html

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
czardozcommented, May 31, 2017

@sophiejacquin Over the last couple of years, we’ve noticed that a lot of people have very specific reporting needs, someone may want an aggregated report, whereas someone else is interested in the details, which can help them debug issues.

Since it’s not possible to allow the huge number of these customizations within Newman core, we’ve built it to allow people to use their own custom reporters.

1reaction
sophiejacquincommented, May 31, 2017

I am just a bit curious on why it is done like that. Are there some cases were it will not be redundant?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Duplicate Tests results displayed in the HTML report ... - GitHub
Duplicate Tests results displayed in the HTML report, when using workflow to iterate through same request n times #1109.
Read more >
Remove duplicate on JSON iteration - Stack Overflow
Need to iterate over the below JSON object to produce a report (Tabular Report in table structure). Report will basically consist of List...
Read more >
15 De-duplication | The Epidemiologist R Handbook
This page covers the following de-duplication techniques: Identifying and removing duplicate rows “Slicing” rows to keep only certain rows (e.g. min or max) ......
Read more >
How to repeat HTML element multiple times using ngFor ...
We can print repeated lines of content based on a number using the javascript/typescript function Array() which will generate a list of number ......
Read more >
Generating a Job to Identify duplicate ... - Talend Help Center
Click the name of the analyzed column in which you want to separate unique and duplicate values, and then click Simple Statistics to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found