Skip to content

we45/oss-live-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Code with Robot Framework

You need:

  • Docker
  • Python3
  • VSCode or some other IDE
  • OWASP ZAP

Installation

Ensure that you have a working directory and cd into that directory

virtualenv venv
pip install -r requirements.txt
pip uninstall gitdb2
pip install gitdb2==2.0.6

Run the basics

cd robots/
robot Robo101.robot

Run the Node Example

cd node/
robot NodeSec.robot

Run the ZAP Code

cd zap
robot DAST.robot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published