Forum Discussion
Yeah of course removing testSuite property and running multiple builds will run my multiple test suites.
My project has 10 test suites and user can run more than 1 test suite at a time, not necessarily he/she wants to run all 10 test suites. Leaving testSuite property empty will run full project.
Ok. Are your tests independent? then see if the below link, of maven running parallel, helps.
https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3
- ripplegupta8 years agoContributor
Yes my test are independent and my company 100s of APIs projects, each project is 1 build in POM on which i run test goal of maven to run my project. In same build block i wanted to have flexibility if full project should run or selected test suites.
Thanks for your prompt replies though.
- ripplegupta7 years agoContributor
nmrao Any suggestion here to run selective test case or test suite vs running full project ?
- harry7 years agoContributor
did you figureout how to run multiple testsuites( specifc testsuites) i have 13 test suites in 1 project. but i want to to run specifically 3 through using maven
Related Content
- 2 years ago