Skip to content

Generic Robot Framework library for asynchronous keyword execution originally modified by René Lehfeld.

License

Notifications You must be signed in to change notification settings

Quadrob/robotframework-async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotFramework AsyncLibrary

Short Description

Generic Robot Framework library for asynchronous keyword execution originally modified by René Lehfeld.

Installation

Install the library from GitHub using pip:

pip install "git+https://github.com/Quadrob/robotframework-async.git"

Usage

  1. Import into a test suite with:
Library AsyncLibrary
  1. To run a keyword asynchronously:
${handle}    Async Run    some keyword    first argument    second argument
  1. To retrieve the return value, a blocking call to async_get is called with the handle:
${return_value}    Async Get    ${handle}

About

Generic Robot Framework library for asynchronous keyword execution originally modified by René Lehfeld.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%