Egil Østhus wrote:
I've created story files, and I've added the different scenarios that
goes with each story in the same file.
When running the story files, I'm getting each scenario (and story) all
written out to the console, as well as a status stating "Pending" for
those I haven't start to implement, and "Failed" for those who fails.
E.g. (a modified example):
Given that there are 0 books in database
When a checkout request arrives (FAILED)
Then the user shall get an error message "no available books in
database" (NOT PERFORMED)
Given that there are 1 books in database (PENDING)
When a checkout request arrives (NOT PERFORMED)
Then the user shall get the list of books available (NOT PERFORMED)
I'm quite new to JBehave myself, but I guess it is possible to create a
template that defines the output of the ran scenarios and how you would
like to present this? (E.g. for CI)?
It is surely possible to implement a template-based HTML scenario
reporter. Contributions are always welcome if you want to start the
ball rolling!
Cheers
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email