There goes the list of all the available parameters for mavenium, including their default values.
| Parameter | Default value | Description |
| server.name | localhost | Name of the server where the webapp is deployed |
| server.port | 80 | Port number of the server where the webapp is deployed |
| server.timeout | 30 | Number of seconds to wait before a Selenium execution timeout |
| browser.name | firefox | Browser executable name that will be used in the tests (it must be in the PATH) |
| selenium-server.jarfile | $project.build.directory/selenium-server.jar | Path to the Selenium-RC server jar |
| selenium.tests.source.dir | $basedir/src/selenium | Location of the Selenium HTML test files (including TestSuite.html) |
| selenium.tests.results.file | $project.build.directory/Result.html | Location of the automatically generated Selenium Result.html results file |