SKoneru
12 years agoContributor
Tagging tests
Hi Support team,
I am able to create a custom junit report and run all the tests related to a specific project.
I relied on "maven-soapui-extension-plugin" and did provide the required inputs like configuring the custom report in the configuration section for "soapui.junit.reportCollector" property.
Now, there is a new request to tag the tests. This is exactly like the groups concept in testng framework.
I want to run the tests that are tagged for a specific domain and/or a service.
Once I specify the domain and/or service, then SOAPUI-PRO should be able to fetch and run all the tests(which might be in different projects in different test suites) that are tagged with that specific domain and service.
How can I hook up testng and rely on SoapUIProExtensionTestCaseRunner to make all the tests in different projects to get kicked-off and generate the custom junit report(as I had already created one).
Thanks
Surya
I am able to create a custom junit report and run all the tests related to a specific project.
I relied on "maven-soapui-extension-plugin" and did provide the required inputs like configuring the custom report in the configuration section for "soapui.junit.reportCollector" property.
Now, there is a new request to tag the tests. This is exactly like the groups concept in testng framework.
I want to run the tests that are tagged for a specific domain and/or a service.
Once I specify the domain and/or service, then SOAPUI-PRO should be able to fetch and run all the tests(which might be in different projects in different test suites) that are tagged with that specific domain and service.
How can I hook up testng and rely on SoapUIProExtensionTestCaseRunner to make all the tests in different projects to get kicked-off and generate the custom junit report(as I had already created one).
Thanks
Surya