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
File details
Details for the file robotframework-remotetransfer-0.0.2.tar.gz
.
File metadata
- Download URL: robotframework-remotetransfer-0.0.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f9935879cab7a6478843318079d42c27146b491a57465584f81bd7de5eed3aa |
|
MD5 | 4a509a783f762cf5d1fd52049d47cc48 |
|
BLAKE2b-256 | f8e9ebd7cce7a4f699418e08f74c1e049848aa596941ba48891da9753791377f |