jenkinsci / parallel-test-executor-plugin

Parallel test executor plugin
https://plugins.jenkins.io/parallel-test-executor/
51 stars 55 forks source link

Support for integration tests #54

Open Edwardskor opened 5 years ago

Edwardskor commented 5 years ago

Hello,

I use the jenkinsci/parallel-test-executor-plugin. The plugin recognize only unit test but not my integration tests. Can the plugin handle also integration tests ?

Here my pom.xml

pom.xml.txt

and here my jenkins pipeline config file

jenkins_pipeline_config_file.txt

Thanks for helping Frank

Vlatombe commented 10 months ago

https://github.com/jenkinsci/parallel-test-executor-plugin/pull/42 seems to be an attempt to address this.