Parameters

There goes the list of all the available parameters for mavenium, including their default values.

ParameterDefault valueDescription
server.namelocalhostName of the server where the webapp is deployed
server.port80Port number of the server where the webapp is deployed
server.timeout30Number of seconds to wait before a Selenium execution timeout
browser.namefirefoxBrowser executable name that will be used in the tests (it must be in the PATH)
selenium-server.jarfile$project.build.directory/selenium-server.jarPath to the Selenium-RC server jar
selenium.tests.source.dir$basedir/src/seleniumLocation of the Selenium HTML test files (including TestSuite.html)
selenium.tests.results.file$project.build.directory/Result.htmlLocation of the automatically generated Selenium Result.html results file