Currently we can export reports to HTML and JUnit using `--report-XXX` switch. We should be also able to export to pure text file like this: ``` $ singletest.py .... --report-text summary_table.txt ```