Selenium Plugin - Resources


script.java.selenium2

Category-name : script.java.selenium2

What ?

script.java.selenium2 is a resource type that is a Selenium 2 test written in the java language. This is basically a bundle containing the test code compiled from its sources and the associated resources. It may be used by ‘execute’ ‘script.java.selenium2’ command.

Here are the supported parameters :

  • mainpath : as in the bundle resource, it defines the path to the main file from the base of the bundle (the base directory of your selenium tests). For more details, see the Converters section.


result.selenium

Category-name : result.selenium

What ?

result.selenium is a resource type that holds the result of a Selenium test execution. It defines a Selenium execution status (success / failure), and in case of failure an attached failure report (an HTML file that follows the surefire format). This resource may be used by a specialized success assertion. For more details, see the Assert section.