You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is runing fine but 2 issues:
1- creating many cloned collection files inside the folder which is confusing every time I have to delete them manually.
2- It is creating separate html reports but I want a single report for all
any help?
The text was updated successfully, but these errors were encountered:
hello Suresh, I have 10 collections with each one having its own environment files. I am runing thosee using feedfile.json
{
"runs" :[
{
"collection":"collection1.json",
"environment":"evn1.json",
"iterationData": "data.csv"
}
{
"collection":"collection2.json",
"environment":"evn2.json",
"iterationData": "data.csv"
}
]
}
newman-run -f feedfile.json
It is runing fine but 2 issues:
1- creating many cloned collection files inside the folder which is confusing every time I have to delete them manually.
2- It is creating separate html reports but I want a single report for all
any help?
The text was updated successfully, but these errors were encountered: