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 progress spinner/bar feature #147

Closed
haf opened this issue Apr 28, 2017 · 1 comment
Closed

Add progress spinner/bar feature #147

haf opened this issue Apr 28, 2017 · 1 comment

Comments

@haf
Copy link
Owner

haf commented Apr 28, 2017

Progress bars when we're doing long-running tests:

  • 1...maxTests for FsCheck tests
  • With Transition expect-functions to "throwing Message" #146, the above can log how far it's gone with fields in the message. Up to printer to decide how to format it.
  • By default opt-out (MAJOR-version change), provide progress bar in the happy case of command line usage

For normal expecto:

  • Each test-case counts as one out of the total number of test cases. Test list and Test label don't count.

For Benchmarks:

  • Each benchmark counts as 10 test cases

For stress tests with FsCheck:

  • Each stress test counts as the number of milliseconds it has run out of the total number of milliseconds that stress tests will run.

Progress is continually updated.

@AnthonyLloyd
Copy link
Contributor

resolved with #258

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

2 participants