Keyword library to allow transfering screenshots from remoteserver to local machine
Project description
robotframework-remotetransfer
Very small keyword library to allow transfering log files like screenshots between host running a robotframework and robotremoteserver
Usage:
- Load remotetransfer library into python remote server and into robot framework.
- Use
Transfer Files
keyword to load files from output directory and save the results into a dict variable. - Use
Save Files
to store those back into output directory.
This works by providing a library prefix to the keyword do denote where files are transfered from and save to, like this:
*** Settings ***
Library Remote http://127.0.0.1:8270
Library RemoteTransfer
*** Test Cases ***
Try Out Remote Transfer
${results}= Remote.Transfer Files *.png
RemoteTransfer.Save Files ${results}
Library uses base64 encoding to transfer files over robot's rpc interface - so keep that in mind - filetransfers can grow pretty large.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for robotframework-remotetransfer-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b157ce3991ae5bc0c1eb82ec039a833a29c16d9e18759d464ebcf03d95c8b935 |
|
MD5 | a80a3000709b2000f711894e043d2c32 |
|
BLAKE2b-256 | 8401a680cb212c8a5b20a5564339de889234f096b26dcd359da1a968b0fcc39f |