You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "WONG, Ka Chon" <kw...@who.int> on 2019/01/17 07:51:49 UTC

Maven: verify goal does not open up a browser in Automation Testing

I'm using eclipse to create a run configuration mvn verify and it does not open a browser. I include the maven-failsafe-plugin and maven-compiler-plugin
> <plugin>
>      <groupId>org.apache.maven.plugins</groupId>
>      <artifactId>maven-failsafe-plugin</artifactId>
>      <version>3.0.0-M3</version>
>      <executions>
>           <execution>
>           <goals>
>               <goal>integration-test</goal>
>               <goal>verify</goal>
>            </goals>
>           </execution>
>      </executions>
> </plugin>

What wrong with it? I even run mvn install but no browser open up. Please help. A billion thanks in advance.



Peter Wong
Software Developer in Test (SDET)
Webex Link: https://who.webex.com/meet/kwong