Run Robot Framework interactively from the command line
Project description
robotframework-interactive
This project is designed to allow Robot Framework (RF) commands to be ran interactively from the command line. It is important to note that not all RF keywords and commands will work as this is reading the input string and determining what to run.
Installation
pip install robotframeworkinteractive
How To Run
python -m robotframeworkinteractive
Running your first command
All the Robot Framework builtins are available right away. If you are on windows, they can be autocompleted by pressing the tab button.
Importing a Library
Any library you have installed in your current python installation are available to be imported. The same can be done
with any local resources by using the Library
or Resource
keywords
Working with Variables
Just like in your testing, variables can also be set and accessed.
Closing the prompt
The prompt can be closed by either typing exit()
or by hitting ctrl-c twice
Limitations
- On Linux Clients the autocomplete feature does not work
- Multiline commands do not work (FOR loops, IF statements, etc)
License
Distributed under the MIT License. See LICENSE
for more information
Contact
Tyler Rose - tylerjosephrose@gmail.com
Project Link: https://github.com/tylerjosephrose/robotframework-interactive
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
Built Distribution
File details
Details for the file robotframeworkinteractive-1.0.5.tar.gz
.
File metadata
- Download URL: robotframeworkinteractive-1.0.5.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7c12584cfa668228bc3ec93d4b120d3bafcdbf8a745797dda202eccec5b9711 |
|
MD5 | 8cd41fd434df368cb6612920f46379d4 |
|
BLAKE2b-256 | e7c1c30a8b9b3864775ef947589c246f344cc7173c73eae0952448c673455b5e |
File details
Details for the file robotframeworkinteractive-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: robotframeworkinteractive-1.0.5-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff6821e8aa9af80829ed45ebd8729c9a7309cff8a21dc256b7ca8d18be0e1954 |
|
MD5 | d97184b567b432f1f075178fdbf37c1f |
|
BLAKE2b-256 | 07a1b3c09838c5bfbe90507ddb41506544d6a7515f8f3a2fbb81c8af70079a92 |