By default, it will output to report.json. To write to other file, use --reporter-options in your test command.
For txt, I let it stay similar format to the msg tool. That means one lang one txt file. For csv, I put all the languages into one file, with the msg entry name, its guid, and attributes. I think this ...