Feat/save responses to output directory provided in new -srd flag and also print if in json if -json flag enabled fixes #128, #129, #130
Fixes #129 The code changes include new -srd flag. The directory will be used to save all the output files, such textOutput, htmlOutput, indexResponses and raw response. Earlier all these file used to be saved in the "output-cariddi" in the same directory.
Fixes #130 The output path of the stored response will also be printed in the json output if -json flag is enabled
Hi @kartikeysemwal ! Thanks for your work and contribution. Really appreciated.
Two actions are failing (go build and linter). Please fix them before I start a review : )
If you need any help/assistance I'm here !
@edoardottt updated according to the workflow errors, could you please rerun and check
any update on this review?
Hi @edoardottt, yes I will update the PR by weekend. But do we agree on StoreResp part in the first review comment.
Hi @edoardottt, yes I will update the PR by weekend. But do we agree on StoreResp part in the first review comment.
yes, we do :)
@edoardottt , PR is updated, incase you missed
yes I agree with you. Let me add some layer of validation and test cases accordingly.
@edoardottt , update the PR based on review
Hi @kartikeysemwal , both Go / build and golangci-lint / lint actions are failing
@edoardottt, I have updated the PR. Apologies for the inconvenience. The build failures were specific to the Linux system, and I initially created the PR on a Windows machine. Unfortunately, my WSL is currently broken, so I wasn't able to verify the new commit locally.