Are there any tools with a GUI to manage Selenium Webdriver test runs and results? -


are there tools gui allow managing selenium webdriver test execution , displaying pass/fail results on screen?

if not, there full test management tools qc can integrated selenium start tests , store results?

use jenkins, open source tool.

that allow to:

  • run different tests different jobs
  • run tests headless browsers
  • integrate testng/custom reports track results in html format.

Comments