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
- Host: GitHub
- URL: https://github.com/mdp/stupidrobottricks
- Owner: mdp
- Created: 2020-11-17T18:46:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T18:46:46.000Z (over 5 years ago)
- Last Synced: 2025-06-03T18:27:15.106Z (about 1 year ago)
- Language: RobotFramework
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`