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
- Host: GitHub
- URL: https://github.com/wywincl/robotframework-live-logs
- Owner: wywincl
- Created: 2019-07-26T08:52:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T04:36:11.000Z (about 7 years ago)
- Last Synced: 2025-01-12T11:31:03.642Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Robotframework Live Logs
This repo consist of generating live logs while execution is in progress [](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*