Selenium Maven Plugin
Provides support for using Selenium with Maven 2.
Use this plugin to start a Selenium Remote Control server to support automated web-application testing.
This plugin is intended to support usage of the Selenium Java Client Driver when running regular Surefire tests. Use Selenium IDE to help generate the initial Java code for the tests, and then augment as needed.
Goals Overview
- selenium:start-server: Start the Selenium server.
- selenium:stop-server: Stop the Selenium server.
- selenium:selenese: Run a suite of HTML Selenese tests.
- selenium:xvfb: Starts an Xvfb instance suitable for handling X11 displays for headless systems.
Usage
Instructions on how to use the Selenium Maven Plugin can be found on the usage page.