GitHub user mpkorstanje opened a pull request:
https://github.com/apache/maven-surefire/pull/150
SUREFIRE-1372 Filter tests to be rerun by description
Filtering tests by the tuple of (Class, Method) does not work when a test
suite is used as a suite may not have (Class, Method) . Filtering by the
description of the failed test should however work.
Related Issues:
- https://github.com/cucumber/cucumber-jvm/issues/1120
- https://github.com/temyers/cucumber-jvm-parallel-plugin/issues/31
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mpkorstanje/maven-surefire SUREFIRE-1372
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/150.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #150
----
commit 0ede21cb929df8004f065db82304061e0e0929d5
Author: mpkorstanje <[email protected]>
Date: 2017-05-10T21:59:31Z
SUREFIRE-1372 Filter tests to be rerun by description
Filtering tests by the tuple of (Class, Method) does not work when a test
suite is used as a suite may not have (Class, Method) . Filtering by the
description of the failed test should however work.
Related Issues:
- https://github.com/cucumber/cucumber-jvm/issues/1120
- https://github.com/temyers/cucumber-jvm-parallel-plugin/issues/31
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]