Robot Framework AutoRecorder Library
Project description
AutoRecorder for Robot Framework
!!! This repository is not actively maintained, but I am open to help and fixing issues, just let me know by submitting issue !!!
Introduction
RobotFramework library allowing to automatically start video recording of desktop when test or (and) suite starts. Based on ScreenCapLibrary
- Information about keywords can be found on the Keyword Documentation page.
Requirements
- Robot Framework
Installation
Using pip
The recommended installation tool is pip.
Install pip. Enter the following:
pip install robotframework-autorecorder
Usage
To work with library only importing it is needed. By default video for each test case is created, by it is possible to create video per whole suite or create videos for test cases and for whole suite. Import arguments can be also used for tuning underlaying ScreenCapLibrary.
TestRecorder.robot
*** Settings ***
Documentation This example demonstrates how to use current library
Library AutoRecorder
Library SeleniumLibrary
*** Test Cases ***
Example Test
Open Browser http://example.local gc
Sleep 5s
SuiteRecorder.robot
*** Settings ***
Documentation This example demonstrates how to use current library
Library AutoRecorder mode=suite
Library SeleniumLibrary
*** Test Cases ***
Example Test
Open Browser http://example.local gc
Sleep 5s
SuiteAndTestRecorder.robot
*** Settings ***
Documentation This example demonstrates how to use current library
Library AutoRecorder mode=suite,test
Library SeleniumLibrary
*** Test Cases ***
Example Test
Open Browser http://example.local gc
Sleep 5s
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robotframework_autorecorder-0.1.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc1951fd78207b6ed1850aadcd5df6a631a1382e9749c6583e93c608fd19230a |
|
MD5 | 6a9b4a3b78d08e7868748cbed13ab903 |
|
BLAKE2b-256 | 9897f63d28084292efdbebda3133bc51c0a4e983780793b1d62ff256f1de7fcd |
Hashes for robotframework_autorecorder-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 662e8d47abe34feaf30a6d9e04f815d1db7170414eaff91eac14ae86f62ae6df |
|
MD5 | 6e40dab8d670f9e3bd80a91e36f53fc9 |
|
BLAKE2b-256 | 4c976a32358617fa286da02699e9c3f4eab683931f6db38702c6e38bae3500db |