Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futurechimp/branston
An agile user story tracker that generates gherkin files and step definitions for use with the cucumber testing framework.
https://github.com/futurechimp/branston
Last synced: about 1 month ago
JSON representation
An agile user story tracker that generates gherkin files and step definitions for use with the cucumber testing framework.
- Host: GitHub
- URL: https://github.com/futurechimp/branston
- Owner: futurechimp
- Created: 2009-11-27T10:53:23.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T11:21:20.000Z (over 11 years ago)
- Last Synced: 2024-10-31T13:40:23.447Z (about 2 months ago)
- Language: Ruby
- Homepage: http://www.headlondon.com/
- Size: 5.78 MB
- Stars: 18
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - branston - An agile user story tracker that generates gherkin files and step definitions for use with the cucumber testing framework. 👴 (Happy Exploring 🤘)
README
= Branston
Branston is a simple user story tracker.
Branston allows you to create accounts, log in, create user stories, and group them into
projects and iterations. Individual user stories can be given acceptance
conditions so that the geeks developing them know when they're done.== Installation
Writing stories is a two-step process. We write the user story first, then the
testing scenarios for the story. Start off by writing the basic story as your
first step.Once the story itself is done, you can write one or more scenarios for the
story. Each testing scenario describes a concrete test involving a user, some
preconditions, and one or more testable outcomes for the story.== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history. If you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull.
* Send me a pull request. Bonus points for topic branches.== Copyright
Copyright (c) 2012 Headlondon - http://www.headlondon.com
See LICENSE for details.
== Credits
Dan Garland, Dave Hrycyszyn, Steve Laing, Stuart Chinery