Skip to main content

Robot Framework OTP authenticator

Project description

Introduction

Robotframework-OTP is a Robot Framework test library for generating two-factor One Time Passwords. The project is hosted on GitHub and downloads can be found from PyPI.

https://travis-ci.org/itsautomic/robotframework-otp.svg?branch=master

Libdocs

Installation

pip install robotframework-otp

Usage

*** Settings ***
Library                OTP

*** Test Cases ***
Get OTP from secret
    ${otp}=    Get OTP    ${SECRET}
    Should Match Regexp       ${otp}        \\d{6}

Update Docs

python -m robot.libdoc src/OTP/ doc/OTP.html

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-otp-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

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