Ecukes

From WikEmacs
Revision as of 09:44, 1 May 2012 by Bozhidar (talk | contribs) (added a basic page on ecukes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Ecukes
Description Cucumber for Emacs
Author Johan Andersson
Maintainer Johan Andersson
Source https://github.com/rejeep/ecukes


There are plenty of unit/regression testing tools for Emacs, and even some for functional testing. What Emacs is missing though is a really good testing framework for integration testing. This is where Ecukes comes in.

Cucumber is a great integration testing tool, used mostly for testing web applications. Ecukes is Cucumber for Emacs. No, it's not a major mode to edit feature files (see feature-mode for that). It is a package that makes it possible to write Cucumber like tests for your Emacs packages.


See Also

Project Pages

Tutorial Pages