Skip to content

Generates a document for all the step defenitions added in your Python based BDD Scripts

License

Notifications You must be signed in to change notification settings

babusekaran/BDD-Step-Document-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BDD-Step-Document-Generator

Generates a document for all the step defenitions added in your Python based BDD Scripts

git clone https://github.com/babusekaran/BDD-Step-Document-Generator.git

open scripts/Step_Doc_Generator.py with your favorite editor and change the directory name (steps_dir) to you desired steps directory

To generate Data for the document :
python Step_Doc_Generator.py

To show the steps in a HTML table :
python -m SimpleHTTPServer
open http://localhost:8000/step_wiki.html


About

Generates a document for all the step defenitions added in your Python based BDD Scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published