|
Re: Maven SuiteRunner Plugin
|
Posted: Mar 8, 2003 11:05 AM
|
|
I'm not familiar with Maven, but I'll check into it later today. I did want eventually to work to get SuiteRunner integrated with build tools, Eclipse, ant, an so on, so Maven could be the place to start since you asked.
I resisted the temptation to put any other public methods in Runner beside main , because I wasn't sure if they would be needed for IDE integration or not. And I wasn't sure what method would be required if one was needed. If it turns out one or more run method makes sense, for example, we could consider adding that.
Currently, the two approaches to tool integration are 1) to call Runner.main from code (from the tool), and 2) to just run the suites directly by calling execute on the Suite s. If you call execute directly, you'll have to instantiate a Reporter yourself.
If you look at this before I post again to this forum topic, hopefully later today after I've had a chance to understand Maven, please post here with what you think is the right way to do it.
Thanks.
|
|