Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 428 Bytes

Script to convert tests defined in the Excel file into Robot Framework .robot files.

Each Excel worksheet generates a Robot file.

How to install

pip install robot-test-creator

How to use

rtc -i tests.xlsx

Examples

Excel Example (tests.xlsx)

Excel example

generated suite1.robot

Suite1 example

generated suite2.robot

Suite2 example