Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikahanninen/robot-test-creator
- Owner: mikahanninen
- Created: 2020-05-24T11:30:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T19:10:21.000Z (over 4 years ago)
- Last Synced: 2024-12-14T00:25:05.303Z (28 days ago)
- Language: Python
- Homepage:
- Size: 821 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)