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'
> selenium  http://www.douban.com/
import library  SeleniumLibrary
start selenium server
open browser  http://www.douban.com/
> 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.3.tar.gz (4.8 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.3-py2.7.egg (6.7 kB view details)

Uploaded Egg

File details

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

File metadata

File hashes

Hashes for robotframework-debuglibrary-0.3.tar.gz
Algorithm Hash digest
SHA256 b0802b03e7b1bbe8fbab1adeef2b134857b52b7d0314d7a90bc1820c77c4bef1
MD5 1ed93163b592a7bf2e5e3a97c02e588c
BLAKE2b-256 d95ed3786d0058d8200b5e8cd1c7aa27ff1fe802f91e0affcaab5168e07a943a

See more details on using hashes here.

File details

Details for the file robotframework_debuglibrary-0.3-py2.7.egg.

File metadata

File hashes

Hashes for robotframework_debuglibrary-0.3-py2.7.egg
Algorithm Hash digest
SHA256 e71da3544c8936016e451f2e3628c3ad6b677606e5774d1d660d94e1a33481fb
MD5 2d469c0ec0f081ed86a8507f14b53bfd
BLAKE2b-256 6a6d85ea3425aa3e8a648f95443b05a1fb5d78a3ca5d9465ce5c741916d9fcbf

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