Tim Drury

Results 4 comments of Tim Drury

FYI: when you do get around to adding this feature, you might want to consider running each soapUI project in it's own process. Our internal soapui maven plugin would eventually...

As for aggregating junit test output, we took the "quick and dirty" route. Before letting the runner execute a soapUI project, we set the output folder to some base directory...

I mean to spread the testing across machines. While you could try to paralellize on one machine, my experience has shown each test runner consumes a lot of heap. You...

You can exclude a line from Sonar analysis via a `//NOSONAR` comment. How about something like `//NOPIT` on a line to exclude it? Or to exclude a specific mutator `//NOPIT-MATH_MUTATOR`...