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

14 views
Skip to first unread message

Nicholas Wong

unread,
Jan 16, 2019, 9:58:52 PM1/16/19
to Maven中文
Dear All, 

我正在使用eclipse创建运行配置mvn verify并且它不会打开浏览器。 我包括maven-failsafe-plugin和maven-compiler-plugin in pom.xml. 
我使用maven目标来验证但无法打开浏览器。

> <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>


怎么了? 我甚至运行mvn verify 但没有打开浏览器。





Nicholas Wong

unread,
Jan 18, 2019, 3:39:31 AM1/18/19
to Maven中文
请帮忙.
Reply all
Reply to author
Forward
0 new messages