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

Add WebKit reporter #1246

Closed
wants to merge 1 commit into from
Closed

Add WebKit reporter #1246

wants to merge 1 commit into from

Conversation

simov
Copy link
Contributor

@simov simov commented Jun 21, 2014

WebKit Reporter

The initial idea was to create a more convinient reporter for node-webkit, you can read about it here

What I wanted was a nicely formatted spec reporter inside the devtools console. Example here (open up your console). Currently it's tested only in Chrome, but I guess it should work in Safari too. Firefox is scheduled the support for the extended console log api for version 31

In node-webkit I'm using mocha programatically, and I'm showing the devtools on startup, example here

@travisjeffery
Copy link
Contributor

looks good, but this doesn't need to be in core. please publish this as a module and send a link that i can add to the wiki: https://github.com/visionmedia/mocha/wiki#interfaces--reporters

@simov
Copy link
Contributor Author

simov commented Jun 22, 2014

I kind of understand the core thing, and I don't see how nyan is part of the package, but not this. I don't see any other reporter logging to the browser's console, which is something expected to have.

I'll think about a better name and publish this reporter as a separate module. Once it's ready I'll give you the link, or add it to the wiki. You can still merge this PR later on if you change your mind.

@tj
Copy link
Contributor

tj commented Jun 23, 2014

Nyan is awesome!

@simov
Copy link
Contributor Author

simov commented Jun 24, 2014

true http://www.nyan.cat/jazz

@simov
Copy link
Contributor Author

simov commented Jun 26, 2014

Loot fixed
In case anyone is interested how to use it in node and in the browser

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 this pull request may close these issues.

None yet

3 participants