Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for --testsuite phpunit parameter #142

Closed
chbiel opened this issue Jan 21, 2015 · 2 comments
Closed

Support for --testsuite phpunit parameter #142

chbiel opened this issue Jan 21, 2015 · 2 comments

Comments

@chbiel
Copy link
Contributor

chbiel commented Jan 21, 2015

It would be nice to specify the --testsuite parameter and execute the tests in the testsuite in parallel.

E.g.

<testsuite name="MySuite">
    <file>MyFirstTest.php</file>
    <file>MySecondTest.php</file>
</testsuite>

I also have other suites so I only what to execute that one:
paratest --testsuite=MySuite --processes=2

Would be very nice :)

@chbiel
Copy link
Contributor Author

chbiel commented Jan 29, 2015

added pull request to add this feature:
#144

julianseeger added a commit that referenced this issue Jan 31, 2015
@kick-the-bucket
Copy link

kick-the-bucket commented Nov 6, 2017

PHPUnit actually support filtering by multiple testsuites separated by comma which is currently not supported by paratest.
Maybe this should be reopened or a new issue created?

# for free to join this conversation on GitHub. Already have an account? # to comment
Development

No branches or pull requests

3 participants