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

Installation is done just as for any other Python library. Using the pip or easy_install command from setuptools is the easiest.

To install using pip:

pip install robotframework-debuglibrary

To install using easy_install:

easy_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:

$ rfshell
[...snap...]
>>>>> Enter interactive shell, only accepted plain text format keyword.
> 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} = [u'hello', u'world']
> Log to console  ${list}
[u'hello', u'world']
> &{dict} =  Create Dictionary    name=admin    email=admin@test.local
<  &{dict} = {u'name': u'admin', u'email': u'admin@test.local'}
> Log  ${dict.name}
> help selenium
Start a selenium 2 webdriver and open google.com or other url in firefox or other browser you expect.
selenium  [<url>]  [<browser>]
> selenium  http://www.google.com/  chrome
import library  Selenium2Library
open browser  http://www.google.com/  chrome
> close all browsers
> Ctrl-D
>>>>> Exit shell.

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-0.7.1.tar.gz (5.6 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-0.7.1-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for robotframework-debuglibrary-0.7.1.tar.gz
Algorithm Hash digest
SHA256 63890c3ee9a9c880e65fba06fde2184a38b5cfb0c10ea4809b1214ef13aa2cad
MD5 0707e4bcce91847ef7979c37607249e3
BLAKE2b-256 849fb6ce4fbad089346763505b24b0171a909c57a664cefe475a9954cb06f38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robotframework_debuglibrary-0.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 66108236a524d252111b9eef75b557e83d3059f1622dcc7b31581c611271920e
MD5 c09a4efeb11ae242e2a80b6d0076d6bb
BLAKE2b-256 50d20d08a1d34e89313af6a4223710966dadf6f5c3de4e3d1c353830c6f606a6

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