https://github.com/legolasvzla/behave-cucumber-tests
This is a simple repo created for a presentation related to user histories, cucumber and behave
https://github.com/legolasvzla/behave-cucumber-tests
behave-framework cucumber gherkin python3 user-history
Last synced: about 2 months ago
JSON representation
This is a simple repo created for a presentation related to user histories, cucumber and behave
- Host: GitHub
- URL: https://github.com/legolasvzla/behave-cucumber-tests
- Owner: LegolasVzla
- License: mit
- Created: 2021-09-03T16:42:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T16:57:45.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:20:01.325Z (3 months ago)
- Topics: behave-framework, cucumber, gherkin, python3, user-history
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# behave-cucumber-tests
This is a simple repo created for a presentation related to user histories, cucumber and behave## Installation
Clone this project:
git clone https://github.com/LegolasVzla/behave-cucumber-tests.git
Install ```requirements.py```
pip install -r requirements.txt
source env/bin/activate# Run Calculator
Run:
python calculator.py sumar 1 2
python calculator.py restar 3 2
python calculator.py multiplicar 5 4
python calculator.py dividir 20 4# Run Behave
Run:
behave
# What about failed tests?
In ```calculator.feature``` try to change ```Scenario: Probar la división``` with 0 as a second number :D
## Contributions
------------------------All work to improve performance is good
Enjoy it!