Full name:
org.codehaus.mojo:selenium-maven-plugin:1.0-beta-3:selenese
Description:
Run a suite of HTML Selenese tests.
Attributes:
1.0-beta-2.| Name | Type | Since | Description |
|---|---|---|---|
| browser | String |
1.0-beta-2 |
The browser name to run; must be one of the standard valid browser names (and must start with a *), e.g. *firefox, *iexplore, *custom. |
| startURL | URL |
1.0-beta-2 |
The base URL on which the tests will be run, e.g. http://www.google.com. Note that only the hostname part of this URL will really be used. |
| suite | File |
1.0-beta-2 |
The suite file to run. |
| Name | Type | Since | Description |
|---|---|---|---|
| multiWindow | boolean |
1.0-beta-2 |
True if the application under test should run in its own window,
false if the AUT will run in an embedded iframe. Default value is: false. |
| port | int |
1.0-beta-2 |
The port on which we'll run the Selenium Server. Default value is: 4444. |
| results | File |
1.0-beta-2 |
The file to which we'll write out our test results. |
| skip | boolean |
1.0-beta-2 |
Allows the tests to be skipped. Default value is: false. |
| slowResources | boolean |
1.0-beta-2 |
A debugging tool that slows down the Selenium Server. (Selenium
developers only) Default value is: false. |
| timeoutInSeconds | int |
1.0-beta-2 |
Amount of time to wait before we just kill the browser. Default value is: 1800. |
browser :
The browser name to run; must be one of the standard valid browser names (and must start with a *), e.g. *firefox, *iexplore, *custom.
java.lang.String1.0-beta-2YesTrue if the application under test should run in its own window, false if the AUT will run in an embedded iframe.
boolean1.0-beta-2Nofalseport :
The port on which we'll run the Selenium Server.
int1.0-beta-2No4444results :
The file to which we'll write out our test results.
java.io.File1.0-beta-2Noskip :
Allows the tests to be skipped.
boolean1.0-beta-2No${maven.test.skip}falseA debugging tool that slows down the Selenium Server. (Selenium developers only)
boolean1.0-beta-2NofalsestartURL :
The base URL on which the tests will be run, e.g. http://www.google.com. Note that only the hostname part of this URL will really be used.
java.net.URL1.0-beta-2Yessuite :
The suite file to run.
java.io.File1.0-beta-2YesAmount of time to wait before we just kill the browser.
int1.0-beta-2No1800