docs icon indicating copy to clipboard operation
docs copied to clipboard

Document different formatters and formatter API

Open mlvandijk opened this issue 6 years ago • 1 comments

The Reporting page (https://docs.cucumber.io/cucumber/reporting/) could use some attention:

  • List all built in reporters
  • Provide (links to) formatter API on how to build a custom formatter? Preferably per programming language:
  • [x] ruby (added in #249)
  • [ ] java
  • [ ] javascript
  • [ ] dotnet
  • [ ] kotlin (nice to have)

This looks useful: https://relishapp.com/cucumber/cucumber/docs/formatters

More information on Custom Formatters: https://app.cucumber.pro/projects/cucumber-ruby/documents/branch/master/features/docs/extending_cucumber/custom_formatter.feature

mlvandijk avatar Sep 30 '18 05:09 mlvandijk

See also: https://github.com/cucumber/cucumber-ruby/issues/1294

danascheider avatar Oct 24 '18 09:10 danascheider