Hi all,
Our plan is to skip all Ui tests from regular builds and enable UI tests
only in build servers.
To do that add the following property to surefire configuration
<skipTests>${skipUiTests}</skipTests>
Then add following property to ui module pom.
<properties>
<skipUiTests>true</skipUiTests>
</properties>
To run the UI tests, you need to use following command.
mvn install -DskipUiTests=false
Thanks,
Krishantha.
--
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev