Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikahanninen/robot-test-creator

Create Robot files from Excel input
https://github.com/mikahanninen/robot-test-creator

Last synced: 24 days ago
JSON representation

Create Robot files from Excel input

Awesome Lists containing this project

README

        

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

Each Excel worksheet generates a Robot file.

## How to install

```bash
pip install robot-test-creator
```

## How to use

```bash
rtc -i tests.xlsx
```

## Examples

Excel Example (tests.xlsx)

![Excel example](excel_example.png)

generated suite1.robot

![Suite1 example](suite1.png)

generated suite2.robot

![Suite2 example](suite2.png)