↧
Maven – Set Java Heap Memory for JUnit in maven-surefire-plugin
Previously i have talked about setting Java Heap Memory in Maven. Maven – How to set Java Heap Memory Maven – Set Java Heap Memory on m2eclipse But i find that the OutOfMemoryError still exists when...
View ArticleSelenium – Integrate the Selenium Tests into Maven Build
In this article, i will show you how to integrate the Selenium tests into a Maven webapp project using the selenium-maven-plugin and cargo-maven2-plugin. In this example, i used JUnit as the testing...
View Article