https://github.com/we45/oss-live-code
https://github.com/we45/oss-live-code
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/we45/oss-live-code
- Owner: we45
- Created: 2020-06-10T12:50:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:42:46.000Z (over 3 years ago)
- Last Synced: 2023-02-28T14:36:25.879Z (over 3 years ago)
- Language: RobotFramework
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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**
```bash
virtualenv venv
pip install -r requirements.txt
pip uninstall gitdb2
pip install gitdb2==2.0.6
```
### Run the basics
```bash
cd robots/
robot Robo101.robot
```
### Run the Node Example
```bash
cd node/
robot NodeSec.robot
```
### Run the ZAP Code
```bash
cd zap
robot DAST.robot
```