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

Need test count to be available upfront #10

Closed
GoogleCodeExporter opened this issue Aug 3, 2015 · 3 comments
Closed

Need test count to be available upfront #10

GoogleCodeExporter opened this issue Aug 3, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

As a Python developer, I would like to integrate JsTestDriver with my
existing test runner based on PyUnit. However, it expects the number of
tests that are going to be run to be available before the tests start to be
able to report progress, so I cannot rely solely on --testOutput.

Optimally, both the count of tests and their names would be output before
the actual run starts (even a --dry-run mode would be fine).

Original issue reported on code.google.com by sidnei.d...@gmail.com on 9 Jun 2009 at 2:05

@GoogleCodeExporter
Copy link
Author

I implemented a simple dryRun mode, let me know if it's ok.

Original comment by toc...@gmail.com on 30 Jun 2009 at 10:22

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

the flag is --dryRun so it would look something like:

java -jar target/bin/JsTestDriver.jar --server http://localhost:9876 --dryRun

Original comment by toc...@gmail.com on 30 Jun 2009 at 10:39

@GoogleCodeExporter
Copy link
Author

Original comment by toc...@gmail.com on 20 Jul 2009 at 10:23

  • Changed state: Fixed

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

1 participant