https://github.com/mrtazz/couchapp-cucumber
Cucumber drop-in for testing couchapps
https://github.com/mrtazz/couchapp-cucumber
Last synced: 11 months ago
JSON representation
Cucumber drop-in for testing couchapps
- Host: GitHub
- URL: https://github.com/mrtazz/couchapp-cucumber
- Owner: mrtazz
- License: mit
- Created: 2010-12-30T22:00:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-31T08:33:48.000Z (almost 15 years ago)
- Last Synced: 2024-10-17T16:22:17.800Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber scaffold for testing couchapps
## What it is
Couchapps are a great way to write web applications served directly by CouchDB.
Cucumber is a great way to test web applications in BDD manner. Naturally
these two belong together.
## What it does
Couchapps are tested with cucumber and selenium. Before each scenario, the
CouchDB `authentication_db` is changed so that the default `_users` db is not
touched by the tests. The names and logins are customizable in
`features/support/database.yml`.
## Contribute
If you want to contribute:
- Fork the project.
- Make your feature addition or bug fix.
- Commit
- Send me a pull request. Bonus points for topic branches
## Thanks
[Alex Lang](http://alex.io/) and [Lena Herrmann](http://lenaherrmann.net/) for
writing about testing couchapp/CouchDB, which was a lot of help.