A short demonstration how to set-up cucumber in a mavenized Java environment. Please feel free to have a look at my blog for the full tutorial.
Cucumber is a tool that supports BDD by allowing developers and testers to write feature files containing scenarios in a natural language format. These feature files are then executed against the ...