cucumber / godog

Cucumber for golang
MIT License
2.31k stars 252 forks source link

Implement HTML formatter #339

Open aslakhellesoy opened 4 years ago

aslakhellesoy commented 4 years ago

Cucumber-JVM and Cucumber-Ruby now implement a html formatter based on the standard html formatter.

The implementations are here:

Java:

Ruby:

TypeScript:

It would be great to port the library to Go (in the monorepo) and then use it from within godog!

disconsolate commented 4 months ago

is there any progress on this?