Skip to main content

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.

CI

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframeworkinteractive-1.0.5.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

robotframeworkinteractive-1.0.5-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page