Skip to content

The case study of Gherkin in Python

License

Notifications You must be signed in to change notification settings

dplocki/snake-eating-cucumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥒🐍 Snake Eating Cucumbers

GitHub

The case study of Gherkin in Python.

📚 Libraries

Pytest-bdd

Build and run:

docker build -t sneak-eating-normally -f pytest-bdd/Dockerfile .
docker run -t sneak-eating-normally

More this library in the notes.

Behave

Build and run:

docker build -t sneak-eating-behaving -f behave/Dockerfile .
docker run -t sneak-eating-behaving

More this library in the notes.

Radish

Build and run:

docker build -t sneak-eating-radish -f radish/Dockerfile .
docker run -t sneak-eating-radish

More this library in the notes.

Others

Name Notes
lettuce Last version released in 2016, the project seem to be abandon
freshen This project is no longer maintained.
pyVows Last version released in 2019

🔗 Links