skipoleschris / xsbt-cucumber-plugin

Plugin to integrate Cucumber and Cuke4Duke into XSBT
Apache License 2.0
49 stars 48 forks source link

log.info on step definitions snippets #19

Open ghost opened 11 years ago

ghost commented 11 years ago

Is there a way to prevent log.info from outputting on the console alongside suggested step definitions?

[info] Given("""^a feature file .... $"""){ () => [info] //// Express the Regexp above with the code you wish you had [info] throw new PendingException() [info] }

So I can easily copy the above definition into the steps file?