Hi All,
I need to launch the report after test case execution with the help of maven.
I ANT i know we can do it like -
<exec executable="${browser}" spawn="yes">
<arg line="'report\html\index.html'" />
</exec>
Is any way to perform this action on maven
Thanks in advance
Rahul