marnen / canape

Canapé, a CMS built as a CouchApp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and Lena Herrmann for writing about testing couchapp/CouchDB, which was a lot of help.

About

Canapé, a CMS built as a CouchApp.

License:MIT License


Languages

Language:Ruby 98.0%Language:CoffeeScript 2.0%