Difference between revisions of "Ecukes"
Jump to navigation
Jump to search
(added a basic page on ecukes) |
m (Modify Ert Link) |
||
Line 15: | Line 15: | ||
== See Also == | == See Also == | ||
− | * [[ | + | * [[Ert]] |
* [[feature-mode]] | * [[feature-mode]] | ||
Latest revision as of 03:45, 27 January 2013
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.