Hello, any Aruba users out there. The latest release just got a new feature I'm quite excited about - reporting.Before running your Aruba cukes, try this:Â Â export ARUBA_REPORT_DIR=docWhen your cukes are done, each scenario that was run gets a HTML file in that directory. It contains:
On Sun, Jun 12, 2011 at 8:15 PM, aslak hellesoy <aslak.h...@gmail.com> wrote:
Hello, any Aruba users out there. The latest release just got a new feature I'm quite excited about - reporting.Before running your Aruba cukes, try this:  export ARUBA_REPORT_DIR=docWhen your cukes are done, each scenario that was run gets a HTML file in that directory. It contains:I have attached the docs that are generated for Cucumber so you can get an idea. Just open one of the HTML files in there, for example doc/features/hooks.feature\:44.htmlÂ
Hello, any Aruba users out there. The latest release just got a new feature I'm quite excited about - reporting.Before running your Aruba cukes, try this:
  export ARUBA_REPORT_DIR=docWhen your cukes are done, each scenario that was run gets a HTML file in that directory. It contains:* A file system hierarchy of files created during the scenario (highlighted with pygments, which you'll need to install)* The commands that were run as well as their (coloured) output* The header from the scenario (passed through Markdown)The plan is to use this feature to document Cucumber itself, whether it's the Ruby, Javascript, Java or some other implementation.Try it out on Cucumber itself to see it in action:  bundle update   ARUBA_REPORT_DIR=doc bin/cucumberAslak
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
On Mon, Jun 13, 2011 at 3:15 AM, aslak hellesoy <aslak.h...@gmail.com> wrote:
Hello, any Aruba users out there. The latest release just got a new feature I'm quite excited about - reporting.Before running your Aruba cukes, try this:I just wanted to say, when I read this email 3 days ago, I was like "what's aruba? *googles* ohhhh command line cucumber! *goes back to surfing*(since i wasn't into doing any command line stuff at that moment).Âtoday, we ran into some problems in testing arguments from the command line with shoulda. i was pairing with a colleague and the words "command line" and "testing" suddenly woke me up from my drowsiness and i was like "let's try aruba!". and the rest was magic.thank you for this great tool! it has definitely helped us a LOT today and it was fun seeing the tests passing(and failing). we'll hopefully get to test more of aruba's features in the next few days(or weeks) so here's to having some fun! thanks again aslak!Â
On Wed, Jun 15, 2011 at 2:41 PM, Eumir Gaspar <imacate...@gmail.com> wrote:
On Mon, Jun 13, 2011 at 3:15 AM, aslak hellesoy <aslak.h...@gmail.com> wrote:
Hello, any Aruba users out there. The latest release just got a new feature I'm quite excited about - reporting.Before running your Aruba cukes, try this:I just wanted to say, when I read this email 3 days ago, I was like "what's aruba? *googles* ohhhh command line cucumber! *goes back to surfing*(since i wasn't into doing any command line stuff at that moment).Âtoday, we ran into some problems in testing arguments from the command line with shoulda. i was pairing with a colleague and the words "command line" and "testing" suddenly woke me up from my drowsiness and i was like "let's try aruba!". and the rest was magic.thank you for this great tool! it has definitely helped us a LOT today and it was fun seeing the tests passing(and failing). we'll hopefully get to test more of aruba's features in the next few days(or weeks) so here's to having some fun! thanks again aslak!ÂAwesome, glad you like it!