Skip to content

Utility functions for robot framework to use asyncio features

License

Notifications You must be signed in to change notification settings

ygorpontelo/robot-asyncio-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This library contains utility functions to use asyncio features from robot easier.

Requirements

To use this library you need python >=3.8 and Robot Framework >=6.1.1

Installation

pip install robotframework-asyncio-utils

Once you installed, just put "Library AsyncioUtils" in the settings section of your robot file.

Available Keywords

  • Async Gather Keywords
  • Async Sleep
  • Async Create Task
  • Async Await Task

Each keyword has a doc string too.

Probably more keywords will be added to cover more features from asyncio.

About

Utility functions for robot framework to use asyncio features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages