I can't find where/if cucumber-html is tested. Is it tested anywhere?
From what I understand,
src/main/resources/cucumber/formatter/report.js is used as an example
and to try the page rendering.
Tried to put a couple of "before" calls in there and with your patch
there are no errors, but it does not look right. I'm not sure I'm
doing it right and what should be the correct behaviour though.
Yes, I've done it now and it looks good to me with both
succeeding/failing single/multiple before/after hooks :-)
You might consider adding it to the report.js in cucumber-html (if it
is an example - perhaps Aslak or Julien can confirm this assumption).
Ah, yes I see that now. Yes, it gets excluded from the cucumber-html build, so it must just be for a bit of manual testing. I've now updated my pull request to include before and after examples as well.
I've merged the pull request, as I've tried it locally with
cucumber-jvm and it fixes issue #497 there. After releasing
cucumber-html, I'm going to update the version on cucumber-jvm to take
advantage of your fix.
Sorry it took so long: I was waiting for the release karma on npmjs.
I've just released cucumber-html 0.2.3 and updated cucumber-jvm to use
it.
Sorry it took so long: I was waiting for the release karma on npmjs.
I've just released cucumber-html 0.2.3 and updated cucumber-jvm to use
it.
Great, thanks Paolo. Do we publish cucumber-jvm snapshots anywhere?
While I can build it myself locally, I don't have a local mavenish repo to push a locally built shapshot to, so other devs are still using the buggy version here until I can bump the cucumber-jvm version.ThanksTom
--
-- Rules --
1) Please prefix the subject with [Ruby], [JVM] or [JS].
2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
3) If you have a question, don't reply to an existing message. Start a new topic instead.
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 https://groups.google.com/d/forum/cukes?hl=en
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Great, thanks Paolo. Do we publish cucumber-jvm snapshots anywhere?