Hi,
we want to use selenium-maven-plugin to automatically run the selenium tests from our QA-team (html-based) with our CI server (continuum). But startUrl is always used as selenium-server url. Why? I thought we could use this parameter to point to another server instance e.g.: startUrl=http://localhost:8080/frontend suite=/src/test/resources/selenium/suite.html or local based url like {basedir]/src/test/. so selenium server could be run under port 4444 by default to execute the test suite from local directory or like now by integrate them into the selenium-server instance. But the suite or the test should use the startUrl or the "selenium.base"-parameter inside each test to call the application under test. Or how can I deploy to the by selenium:selenese initiated jetty-server? Workaround: copy/deploy all tests to my other server instance to localhost:8080/selenium-server/tests Bye, Gerrit P.S. I have read your message about missing integration tests for selenium:selenese. Do you test the goal successfully?