Toma

Results 56 issues of Toma

Currently, the report is accurate only if the goal is in pause to let the mock runner registers all mock requests. When the noBlock parameter is set to true, the...

feature
goal::mock

I have post information in this [post of the SoapUI forum](http://forum.soapui.org/viewtopic.php?f=5&t=19820#p45262) ``` it is possible to get the detail of a failure in the junit report by setting the "Complete...

documentation
goal::test
goal::test-multi
experiment

As for SoapUITestCaseRunner, we will need to add features.

task
goal::mock-as-war

This is already available from command line (http://www.soapui.org/Test-Automation/mock-services.html) but this parameter does not exist in SmartBear implementation.

feature
goal::mock

With #38, given a property name, we are able to override this property in all test suites of the project. We should now add an option to restrict this overriding...

feature
goal::test

If the output parameter is not set, files are generated in project basedir. proposition for default value: ``` ${project.build.directory}/soapui/test-output ```

improvement
goal::test

Currently, we cannot open project that requires a password. This will be ok with this new parameter

feature
goal::convert-project

As in 5.1.0 and 5.1.1, the SmartBear pro plugin has wrong dependencies - #129 reflections dependency - #130 poi dependency Additional work to do - [ ] create integration tests...

bug
documentation

As in 5.1.0, the SmartBear pro plugin has wrong dependencies - #129 reflections dependency - #130 poi dependency Additional work to do - [ ] create integration tests (fix should...

bug
documentation

because we support maven 2.2.1, we got in trouble with - unable to use enum parameter as it has been introduced with maven 3 see [MNG-4292](http://jira.codehaus.org/browse/MNG-4292). Force us to use...

task