easyb 0.9 hits the streets

announcement!
The easyb team is pleased to announce the release of easyb 0.9, baby!

The 0.9 release has:

easyb supports capturing additional hip information regarding stories, such as a story’s description and some detail regarding the features, benefits, and roles of a persona related to a story. For instance, the DSL now supports a description syntax that takes a String value — single quote or Groovy’s triple quote trick.

description "some description"
scenario "text"

or

description """some long description that requires
multiple lines, etc
"""
scenario "text"

What’s more, you can provide additional details of a story via the narrative syntax:

description "text"

narrative "description", {
 as_a "role"
 i_want "feature"
 so_that "benefit"
}

scenario "text"

Both the narrative and description keywords are optional and they don’t have to be used together– i.e. you can use the narrative one without providing a description. These aspects will be captured in the output (i.e. story report) of an easyb run too.

From a fixture standpoint, easyb supports both one time fixtures (before) and for each scenario (before_each). Of course, you can add tearDown-like behavior in after and after_each.

You can download the latest release from easyb’s Google code page.

Related odds and ends
 

2 Responses to “easyb 0.9 hits the streets”

  1. on 01 Jul 2008 at 1:36 pm plug value

    [...] [...]


  2. [...] 0.9! The official announcement including an overview of new features and enhancements can be found here. I am personally very excited by the addition of narrative blocks which allow context of a story to [...]

Trackback this Post | Feed on comments to this Post

Leave a Reply