Skip to main content

RobotFramework debug library and an interactive shell

Project description

Introduction

Robotframework-DebugLibrary is a debug library for RobotFramework, which can be used as an interactive shell(REPL) also.

Installation

To install using pip:

pip install robotframework-debuglibrary

Usage

You can use this as a library, import DebugLibrary and call Debug keyword in your test files like this:

*** Settings ***
Library         DebugLibrary

** test case **
SOME TEST
    # some keywords...
    Debug

Or you can run it standalone as a RobotFramework shell:

$ rfdebug
[...snap...]
>>>>> Enter interactive shell, only accepted plain text format keyword.
> help
Input Robotframework keywords, or commands listed below.
Use "libs" or "l" to see available libraries,
use "keywords" or "k" see list of library keywords.

Documented commands (type help <topic>):
========================================
EOF  exit  help  k  keywords  l  libs  pdb  s  selenium

> log  hello
> get time
< '2011-10-13 18:50:31'
> import library  String
> get substring  helloworld  5  8
< 'wor'
> ${secs} =  Get Time  epoch
# ${secs} = 1474814470
> Log to console  ${secs}
1474814470
> @{list} =  Create List    hello    world
# @{list} = ['hello', 'world']
> Log to console  ${list}
['hello', 'world']
> &{dict} =  Create Dictionary    name=admin    email=admin@test.local
# &{dict} = {'name': 'admin', 'email': 'admin@test.local'}
> Log  ${dict.name}
> help selenium
Start a selenium 2 webdriver and open url in browser you expect.

        s(elenium)  [<url>]  [<browser>]

        default url is google.com, default browser is firefox.
> selenium  google.com  chrome
# import library  Selenium2Library
# open browser  http://google.com  chrome
< 1
> close all browsers
> Ctrl-D
>>>>> Exit shell.

The interactive shell support auto completion for robotframework keywords and commands. The history will save at ~/.rfdebug_history default, or any file defined in environment variable RFDEBUG_HISTORY.

Submitting issues

Bugs and enhancements are tracked in the issue tracker.

Before submitting a new issue, it is always a good idea to check is the same bug or enhancement already reported. If it is, please add your comments to the existing issue instead of creating a new one.

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

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

robotframework-debuglibrary-1.0.0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robotframework_debuglibrary-1.0.0-py2.py3-none-any.whl (11.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file robotframework-debuglibrary-1.0.0.tar.gz.

File metadata

File hashes

Hashes for robotframework-debuglibrary-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0a1e40b7ed3fbcb089a29ac0e43c7a2cdd7010390901a0d66ef3d66ab22724ca
MD5 966815640d7d2c28d167935ca13bd640
BLAKE2b-256 9ddf6985e52572175165164049894beb90a3e29a33e85731a42375436518eae4

See more details on using hashes here.

File details

Details for the file robotframework_debuglibrary-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for robotframework_debuglibrary-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 874e07501d3fc1aa515ef742258362eaf82d89b8b9bac3f216437c497265b854
MD5 1bbf9b68c464aa7797336e120b18fe07
BLAKE2b-256 6007a983c44af51bce0a33f57a9eb129f6b48b46539315d71663d870d06dfb22

See more details on using hashes here.

Supported by

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