Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Formatter #1425

Closed
aslakhellesoy opened this issue Sep 1, 2020 · 2 comments · Fixed by #1432
Closed

HTML Formatter #1425

aslakhellesoy opened this issue Sep 1, 2020 · 2 comments · Fixed by #1432
Assignees

Comments

@aslakhellesoy
Copy link
Contributor

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

The implementations are here:

Java:

Ruby:

TypeScript:

Since the library is already ported to TypeScript, it should hopefully be easy to use it from within cucumber-js.

Related issue for godog: cucumber/godog#339

@davidjgoss
Copy link
Contributor

Yeah this should be fairly straightforward.

Should this be included by default in cucumber-js, or as an optional dependency?

@aslakhellesoy
Copy link
Contributor Author

I don’t see any issues with making it a default dependency. We did that in Ruby and Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants