Retrieve test results from Robot Framework Log files and saves them into either text file or excel file
The script will get the following information:
Test Case Name
Status
Error Details if Failed
Tags
Pre-requisites:
1. openpyxl
* Install via CLI, pip install openpyxl
2. lxml
* Install via CLI, pip install lxml