Note that there are some explanatory texts on larger screens.

plurals
  1. USpatrungel
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COmaven downloads plugins when you declare them in your pom; same with the version of TestNG: you specify TestNG as dependency and specify version you need. It will be downloaded and used. As for upload, the answer is: 'when setting up a job for Jenkins, indicate the location of the source code'. It can be just some local folder, so you can upload your source code to jenkins. Still it's ill-advised. Why wouldn't you try smaller steps: first get your project compiled by invoking maven from commandline, then have your tests running (mvn again), then move to source control and then to jenkins?
      singulars
    2. CO2. The plugin is for plotting the test result graphs, not for actual test execution, not a must then. 3. http://docs.seleniumhq.org/docs/03_webdriver.jsp WebDriver driver = new FirefoxDriver(); driver.get("http://www.google.com"); 5. That's bad, you'd rather start reading. use 'git' and 'subversion' as keywords. 6. Same suggestion re maven-surefire-plugin. Quick googling returned http://176.34.122.30/blog/2008/09/17/automated-integration-testing-with-selenium-maven-and-jetty/ , it looks like providing some good maven xml for surefire+selenium.
      singulars
    3. COWell, it is working, as a matter of fact, I just tried it out. There should be something that cripples your test setup (extra annotations or extra include in the xml). Can you please paste the code and testng.xml when you use the @AfterMethod way and it doesn't work for you?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload