0

I am creating a automation framework using cucumber+Java+Selenium. I have created customized report, need above said detail to print it in report.

A B
  • 169
  • 2
  • 8
  • 1
    Your question is too vague. Try to show some code and point to something. Open ended questions cannot have (definite) answers. – Bala Dec 10 '13 at 17:58

1 Answers1

0

Not sure this will answer your question, as it's too vague (as Bala says above), but Cucumber--JVM can output the test results in a JSON file, which can then be read & used in subsequent steps - see the Cucumber Reporting and Cucumber Performance plugins on Github for details & examples

TrueDub
  • 5,000
  • 1
  • 27
  • 33