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

Visualise test run #152

Open
haf opened this issue Apr 28, 2017 · 4 comments
Open

Visualise test run #152

haf opened this issue Apr 28, 2017 · 4 comments

Comments

@haf
Copy link
Owner

haf commented Apr 28, 2017

When you have many concurrent tests running with Expecto it's very hard to follow the console output. Commonly each line if prefixed with a number or correlation id, but this has better properties for machine parsing than reading it as a human.

Create a Logger that visualises events:

c0a897b2-75b2-11e6-96df-e72e4b02335a

  • Row: a test-case (possibly grouped by test list)
  • Dots: a log message
  • Columns/horisontal: wall-clock time

Suggested implementation:

@inosik
Copy link
Contributor

inosik commented May 2, 2017

Maybe we could build a logger for TAP? There is a curated list of resources about the protocol at sindresorhus/awesome-tap.

There are also a couple of reporters, for example, one which can generate Markdown or this one, which summarizes the results pretty nicely.

@AnthonyLloyd
Copy link
Contributor

resolved with #258

@haf
Copy link
Owner Author

haf commented Jul 6, 2018

@AnthonyLloyd You mean with a progress bar?

@haf haf reopened this Jul 6, 2018
@AnthonyLloyd
Copy link
Contributor

In terms of the console work yes. I'll keep open for the Logger idea.

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

No branches or pull requests

3 participants