destin / maven-test-support-plugin

Apache License 2.0
10 stars 4 forks source link

No Test Results found #9

Open jajansen opened 9 years ago

jajansen commented 9 years ago

image

Using TestNG, maybe that's the issue?

jajansen commented 9 years ago

I found the issue. I was overriding the report-directory to include the module name. Removing that fixed the problem

destin commented 9 years ago

Thanks for raising this problem. So you changed reportsDirectory property of maven-surefire-plugin, right?

Indeed the plugin should take into account this property. I'll see whether I can check this property to search for test reports.

Currently maven test support plugin expects test reports directly in surefire-reports/failsafe-reports directory, which is default directory for both maven test plugins.

I'll be able to work on this next week.