A simple attempt to have a GUI for behave in python!
├── LICENSE
├── README.md
├── app.py
├── config.json
├── requirements.txt
├── templates
│ ├── step_files.html
│ └── steps.html
└── tutorial
├── steps
│ └── tutorial.py
└── tutorial.feature