https://github.com/jdenen/souse
Record the manual testing of your Gherkin scenarios
https://github.com/jdenen/souse
Last synced: 3 months ago
JSON representation
Record the manual testing of your Gherkin scenarios
- Host: GitHub
- URL: https://github.com/jdenen/souse
- Owner: jdenen
- License: mit
- Created: 2015-06-25T20:51:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T13:45:35.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T08:24:18.262Z (7 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# souse
Record the manual testing of your Gherkin scenarios## todo
1. Functionality:
* Drop incorrectly tagged scenarios
* Prompt user for pass/fail status
* Report generator
* CLI
2. Documentation
* README
* YARD
3. Refactor common tag logic in `#reformat_outline` and `#reformat_scenario` into its own method.