report generation issue in http client cli

已回答

We are trying to run multiple .http files in ci cd using http client cli. but report.xml is always getting overwriiten if we use the command like below

is there a way to consolidate report.xml >

 

./ijhttp test-01.http --report

./ijhttp test-02.http --report

 

out put of both is single report.xml file which will hold the last ran command 



 

0

No, it's not possible at the moment. Feature request is welcome at https://youtrack.jetbrains.com/newIssue?project=IDEA.

Note that you can specify multiple .http files in a single call and it should not overwrite the report. Will it work for you?

0

Thanks that helped. Able to run multiple files with single command 

0

请先登录再写评论。