Skip to content

M-Neifer-Consulting/robot-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Framework - Development Examples

Licensed under the MIT License. See file LICENSE.

Collection of Robot Framework development examples. Examples include code written in Robot Framework and Python.

How To Run

These examples can be run as follows.

Create virtual environment with python -m venv .venv.

Activate virtual environment with source .venv/bin/activate for Linux bash. Or with .venv\Scripts\activate.bat for Windows command line.

Restore packages with pip install -r requirements.txt.

Check installation with robot --version.

Run all tests with robot --outputdir ./log ./robots/*/*.robot.

Links

Tasks

  • Add simple JSON example

About

Collection of Robot Framework development examples.

Topics

Resources

License

Stars

Watchers

Forks

Contributors