Skip to content
aneveux edited this page Nov 25, 2014 · 1 revision

EasyCukes is just a framework aiming at making Cucumber even easier than what it already is.

The global idea behind this framework is to provide some generic code you could use in order to test software thanks to Cucumber. If you don't know about this framework and would like to start using BDD, or simply make some integration/acceptance tests in your project, you should probably have a look at Cucumber documentation.

This framework will simply give you some help while dealing with stuff like REST APIs, web GUIs, etc. It relies on standard libraries and tools such as Selenium, for example, and simply allows to ease their usage.

Clone this wiki locally