Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Junitfull report dont respect the iteration #3

Open
SantiagoGalicia opened this issue Feb 1, 2022 · 0 comments
Open

Junitfull report dont respect the iteration #3

SantiagoGalicia opened this issue Feb 1, 2022 · 0 comments

Comments

@SantiagoGalicia
Copy link

this is my code but when the report is generated my report only contain the values of the last iteration

newman.run({
collection: regretionToTest,
iterationData: ./Data/${iteratorData},
environment,
delayRequest: 300,
reporters: 'junitfullreport',
reporter: {
junitfullreport: {
export: './reports/xml/report.xml', // If not specified, the file will be written to newman/ in the current working directory.
}
},
iterationCount: 2,
My data is
[
{
“value1”:“xxx”,
“value2”:“xxx”,
“value3”:“xxx”
},
{
“value1”:“xxx”,
“value2”:“xxx”,
“value3”:“xxx”
}
]

The report display 2 iterations but all the values on the report are of the second iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant