ContributionsMost RecentMost LikesSolutionsRe: Run TestCase from groovy, the execution doesn't fail if there are failed test steps Seems that the solution is to analyze status of testrunner when the execution has finished and fail manually if the status is failed. ready-api-maven-plugin: possibility to execute several project files at one run Hi, We use ready-api-maven-plugin:1.8.0 and we have several project files. I would like to be able to run all project files from maven. Currently as far as I see "projectFile"-parameter of maven plugin doesn't accept any placeholders (e.g. *). Is there any way to run several projects at the same time via ready-api-maven-plugin? Thanks in advance! Run TestCase from groovy, the execution doesn't fail if there are failed test steps Hi, I have a test case, which contains JDBC request and several assertions for the returned results. There is separate groovyscript test step where I call the test case wih JDBC request. The problem is that when there are failed assertions in called test step, the groovy test step is green and the execution is marked as passed (even so there were some failed assertion in JDBC request). Here's how I call the test case from groovy: def runner = testRunner.testCase.testSuite.getTestCaseByName("my name").run(null, true) runner.waitUntilFinished() What could be wrong? Thanks in advance! P.S. I have pro-license. SolvedRe: Usage of Pro features in maven plugin (soapui-pro-maven-plugin) Seems that soapui-pro-maven-plugin is obsolete and it's necessary to use ready-api-maven-plugin plugin. After several attempts to specify required "soapui.home" system variable (which in fact points to SoapUI folder) I could run the tests with pro- features. Re: Usage of Pro features in maven plugin (soapui-pro-maven-plugin) Could you point me which parameter can I use to specify the correct location of SoapUI? I couldn't find such parameter here: https://www.soapui.org/test-automation/maven/maven-2-x.html Thanks in advance! Re: Usage of Pro features in maven plugin (soapui-pro-maven-plugin) Yes, I have pro license with "fixed" type. I can run the tests with testrunner.bat tool and everything is ok. But when I run soapui-pro-maven-plugin with maven, the tests fail because they can't access pro-features. Does maven plugin use existing installation of SoapUI or testrunner? Re: Usage of Pro features in maven plugin (soapui-pro-maven-plugin) How could I check it? SoapUI with pro license is installed on that host where Maven is executed. Usage of Pro features in maven plugin (soapui-pro-maven-plugin) Hi All, I have a Pro license and use some of the features available only in Pro version. The problem is that when I run the tests from Maven (using soapui-pro-maven-plugin) the tests fail, because these features are not available. When I run the tests from SoapUI or via testrunner, everything is excellent. How can I use Pro-only features in soapui-pro-maven-plugin Maven plugin? Solved