Commit 2ceb3545 authored by Frank Bryden's avatar Frank Bryden
Browse files

Added a README

parent f96d26c5
Loading
Loading
Loading
Loading

README.md

0 → 100644
+24 −0
Original line number Original line Diff line number Diff line
# 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