/robotframework-randomlibrary

This repository details a collection of random utilities that can be used within tests written using RobotFramework

Primary LanguagePythonApache License 2.0Apache-2.0

RobotFramework-Random

This repository details a collection of random utilities that can be used within tests written using RobotFramework that aren't found in the default libraries. We wrote a bunch of custom keywords to fit the needs of our project and realized later on that this would be incredibly useful to others too.

This, however, is a work in progress. We intend to create pull requests and push specific keywords from this library to any other applicable library when the need arises.

Installation and Usage

Use the following command to install the latest released version:

pip install robotframework-randomlibrary

For individual keyword documentation (and examples), please see http://svyzz.github.io/robotframework-random

Contributors