Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 566 Bytes

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.