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

https://github.com/mdp/stupidrobottricks

Our list of Robot Framework tricks
https://github.com/mdp/stupidrobottricks

Last synced: 5 months ago
JSON representation

Our list of Robot Framework tricks

Awesome Lists containing this project

README

          

# Stupid Robot Tricks

This is a

## Installation

This project relies on Conda to install the requirements. You can create a new environment and use it as follows:

`conda env create -n StupidRobotTricks -f conda.yaml`
`conda activate StupidRobotTricks`

## Running each project

Simply enter the subdirectory and run the project using either run.sh/run.bat or run it directly with python;

`python -m robot --report NONE --outputdir output --logtitle "Task Log" tasks.robot`