Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Use different reporter for tape #229

Open
saulshanabrook opened this issue Aug 15, 2015 · 8 comments
Open

Use different reporter for tape #229

saulshanabrook opened this issue Aug 15, 2015 · 8 comments

Comments

@saulshanabrook
Copy link

Is it possible to use a different reporter for tape? The one on the web doesn't show a whole lot of information ( like when two things aren't equal, what each actually are)

@defunctzombie
Copy link
Owner

@vvo do you use tape? Maybe you have some thoughts here?

@vvo
Copy link
Collaborator

vvo commented Sep 1, 2015

This is a place where I am a little lost. I do use tape and do find that the current output is really not good.

But I do not know any better browser tap reporter.

What we would need to do is parse the tap output like now and do a better job for things like equal or deepEqual.

Most of the time I would use the console to get a somehow better tap output (reporting).

@saulshanabrook Can you show us a bad reporting case and how you would like to see it?

On the console side, I use https://github.com/scottcorgan/tap-spec, veryyyy good cc @scottcorgan

@saulshanabrook
Copy link
Author

For example, it was telling me that two things weren't equal, but wasn't showing what either of them actually were then.

I am not using tape anymore currently.

@vvo
Copy link
Collaborator

vvo commented Sep 1, 2015

Interesting, what do you use instead?

@saulshanabrook
Copy link
Author

I have started using selenium instead, with webdriverio, because I needed more accurate full integration tests then I could get just running javascript in the browser.

@scottcorgan
Copy link

This is a GREAT console output plugin for tape and browserify: https://github.com/Jam3/tap-dev-tool.

@scottcorgan
Copy link

Also, I don't think it would be hard to port over a something like tap-spec to something like a tap-spec-browser.

@vvo
Copy link
Collaborator

vvo commented Sep 1, 2015

require('tap-spec-browser'); would be awesome 💃

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

No branches or pull requests

4 participants