Skip to content

On the fly logging to webservice for Robot Framework test cases.

License

Notifications You must be signed in to change notification settings

reaktor/robotframework-tail

Repository files navigation

rflogging

Log example image

How to get this started:

Clone this repository with git.

RFLogging.py is the actual listener. It requires websocket-client ( https://github.com/websocket-client/websocket-client ). pip install websocket-client.

Log is shown by a web server. Web server uses node and yarn. So install node and yarn.

Node from https://nodejs.org/en/

Yarn from https://yarnpkg.com/en/docs/install

To get everything running:

First time run yarn install.

To get the server running yarn start on the project directory.

Open browser to http://localhost:3000 (this is the page where the log will be shown).

Run robot / pabot tests with option --listener TailListener.py and a log will be shown on runtime with swimlanes for parallel tests.

About

On the fly logging to webservice for Robot Framework test cases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published