From 2ceb3545aef698185cfeb2dac8cde26158f4afa2 Mon Sep 17 00:00:00 2001 From: Frank Bryden Date: Wed, 22 Jul 2020 17:12:29 +0200 Subject: [PATCH] Added a README Signed-off-by: Frank Bryden --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1c352d --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Robot Test Reporter + +Robot Test Reporter is a Python utility for generating xlslx (Excel/sheets) reports from +Robot xml output files. + +## Installation + +Clone the git repository. + +```bash +git clone https://forge.etsi.org/rep/cti/robot-test-reporter.git +``` + +## Usage + +```bash +python parseTestResults.py output.xml +``` + where output.xml is the xml file generated by robot +The command outputs to a new xlslx file if it does not exist, or +appends to an existing one. + +## Contributing +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. \ No newline at end of file -- GitLab