Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marnen/canape
Canapé, a CMS built as a CouchApp.
https://github.com/marnen/canape
Last synced: 6 days ago
JSON representation
Canapé, a CMS built as a CouchApp.
- Host: GitHub
- URL: https://github.com/marnen/canape
- Owner: marnen
- License: mit
- Created: 2011-08-30T14:57:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-31T19:40:54.000Z (over 13 years ago)
- Last Synced: 2024-12-10T05:42:31.356Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- 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.