[jboss-jira] [JBoss JIRA] (DROOLS-2619) Tests are not executed due to test name not following required pattern
Barbora Siskova (JIRA)
issues at jboss.org
Wed Jun 6 09:10:00 EDT 2018
Barbora Siskova created DROOLS-2619:
---------------------------------------
Summary: Tests are not executed due to test name not following required pattern
Key: DROOLS-2619
URL: https://issues.jboss.org/browse/DROOLS-2619
Project: Drools
Issue Type: Bug
Reporter: Barbora Siskova
Assignee: Barbora Siskova
There are multiple tests in some of our repositories (namely drools, droolsjbpm-integration, kie-wb-common and appformer repositories) with names not following the default wildcard patterns of maven-surefire-plugin and maven-failsafe-plugin. As a result, these tests are not executed on Jenkins. Proper names for test classes should follow these patterns:
- **/Test*.java, **/*Test.java, **/*TestCase.java for surefire plugin or
- **/IT*.java, **/*IT.java, **/*ITCase.java for failsafe plugin;
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list