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 wrong output when profile cucumber.yml #175

Closed
ComLock opened this issue Nov 16, 2011 · 4 comments · Fixed by #417
Closed

Html formatter wrong output when profile cucumber.yml #175

ComLock opened this issue Nov 16, 2011 · 4 comments · Fixed by #417
Assignees
Milestone

Comments

@ComLock
Copy link

ComLock commented Nov 16, 2011

As you can see here:

<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
Using the default profile...
<meta content="text/html;charset=utf-8">

In cucumber/cli/options you have :skip_profile_information
But I don't know how to make use of it

Tried:
cucumber --skip_profile_information -f html

But that obviously did not work :)

@ComLock
Copy link
Author

ComLock commented Nov 16, 2011

The reason it is important to fix is the fact that character enconding becomes wrong in firefox.
So norwegian characters become weird unicode scrambles.

@aslakhellesoy
Copy link
Contributor

Herregud ass, nordmenn blir aldri fornøyd!

What we should do is probably just get rid of the piece of code that prints that text - or at least only print it if the pretty or progress formatters are used.

I've got a lot of my plate, so if you can send a pull request with a fix this is likely to get fixed sooner.

@dkowis dkowis mentioned this issue Mar 28, 2013
@ghost ghost assigned dkowis Mar 28, 2013
@dkowis
Copy link
Member

dkowis commented Apr 3, 2013

This issue has been resolved :D Closing the issue, and here's a hamburger: 🍔

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants