An open API service indexing awesome lists of open source software.

https://github.com/wywincl/robotframework-live-logs

Generate live logs while execution is in process using robotframework listener
https://github.com/wywincl/robotframework-live-logs

Last synced: over 1 year ago
JSON representation

Generate live logs while execution is in process using robotframework listener

Awesome Lists containing this project

README

          

# Robotframework Live Logs

This repo consist of generating live logs while execution is in progress [![HitCount](http://hits.dwyl.io/adiralashiva8/robotframework-live-logs.svg)](http://hits.dwyl.io/adiralashiva8/robotframework-live-logs)

Steps to Use:

- Step 1: Download or clone this repo

- Step 2: Copy `LiveLogsListener.py` to your project

- Step 3: Execute test case/suites using LogListener
> - `robot --listener LiveLogsListener.py Tests`

- Step 4: A new browser will be opened with logs
> Note: Page refresh's for every 5 seconds.
> - Users can modify reload time from .py file
> - ``

---

Available Logs:

- LiveLogsListener.py --> Suite, Test and Keyword status
> Uses ROBOT_LISTENER_API_VERSION = 2

- LogListener.py --> Suite and Test status
> Uses ROBOT_LISTENER_API_VERSION = 3

---

*Screenshot*

LiveLogs