1. 1e09a6f5 [WebDriver] Update w3c and selenium tests by commit-queue@webkit.org · 3 years, 4 months ago
  2. 347699d REGRESSION(r279169) [WebDriver] WPT Tools now requires python3 to launch the server by lmoura@igalia.com · 3 years, 5 months ago
  3. 628f205 [WPE] Uninstalled Cog now requires a COG_MODULEDIR environment variable by commit-queue@webkit.org · 3 years, 7 months ago
  4. 525ba4a [WebDriver][WPE] Support running w3c webdriver tests with Cog by lmoura@igalia.com · 3 years, 8 months ago
  5. 962b275 [webkitpy] Remove unused imports by jbedard@apple.com · 3 years, 8 months ago
  6. 29a4eb2 [WPE] Allow defining custom repo and branch for Cog checkout by lmoura@igalia.com · 3 years, 9 months ago
  7. d83c4a2 webkitpy: Fix webdriver logging message by lmoura@igalia.com · 4 years, 3 months ago
  8. 2cb4d0f WebDriver: start a https server too for tests by carlosgc@webkit.org · 4 years, 3 months ago
  9. 4d4fc8e webkitcorepy: Allow one package to require another package by lmoura@igalia.com · 4 years, 3 months ago
  10. bf0655b webkitpy: Fix remaining pytest autoinstall imports by lmoura@igalia.com · 4 years, 3 months ago
  11. c038565 webkitpy: Log and report webdriver harness errors by lmoura@igalia.com · 4 years, 3 months ago
  12. 02b5ead [webkitpy] Use webkitcorepy's auto installer for pytest packages by jbedard@apple.com · 4 years, 4 months ago
  13. feba3f5 Unreviewed. Update W3C WebDriver imported tests. by carlosgc@webkit.org · 4 years, 4 months ago
  14. 0916bb7 Unreviewed, reverting r267380. by tsavell@apple.com · 4 years, 4 months ago
  15. f159bbe [webkitpy] Use webkitcorepy's auto installer for pytest packages by jbedard@apple.com · 4 years, 4 months ago
  16. 9df608a [webkitpy] Use webkitcorepy's auto installer for moz* packages by jbedard@apple.com · 4 years, 4 months ago
  17. 8c967fc [WebDriver][WPE] Allow running Selenium tests with the WPE WebDriver by lmoura@igalia.com · 4 years, 7 months ago
  18. 7d0657d Unreviewed. WebDriver: set doc_root in WebDriverW3CExecutor server config by carlosgc@webkit.org · 5 years ago
  19. d365c32 Unreviewed. Update W3C WebDriver imported tests. by carlosgc@webkit.org · 5 years ago
  20. a9e64b0 [webkitpy] Allow the testrunner driver to setup the environment completely without needing to start the server process. by clopez@igalia.com · 6 years ago
  21. ed49226 [GTK][WPE][webkitpy] Refactor drivers to use the base driver for setting up the environment and start the drivers. by clopez@igalia.com · 6 years ago
  22. 09b2c19 WebDriver: add hooks to make it possible to easily run WPT WebDriver web server by itself by bburg@apple.com · 6 years ago
  23. 8d93132 WebDriver: add support for running subtests by carlosgc@webkit.org · 6 years ago
  24. b2a933d WebDriver: warn about non existing tests when parsing expectations by carlosgc@webkit.org · 6 years ago
  25. 3306292 Unreviewed. Fix WebDriver tests after r235225. by carlosgc@webkit.org · 6 years ago
  26. 2c873db [WPE] Add a MiniBrowser and use it to run WebDriver tests by carlosgc@webkit.org · 7 years ago
  27. 8226c94 Unreviewed. Update W3C WebDriver imported tests. by carlosgc@webkit.org · 7 years ago
  28. 931954b REGRESSION(r229937): WebDriver tests no longer run, test runner hangs when launching wpt web server by bburg@apple.com · 7 years ago
  29. 2026f64 [GTK] WebDriver: tests step always times out in the bot by carlosgc@webkit.org · 7 years ago
  30. a7d3d3e Unreviewed, rolling out r227782. by carlosgc@webkit.org · 7 years ago
  31. bc3568c WebDriver: add domains to server config in w3c tests by carlosgc@webkit.org · 7 years ago
  32. d071ae9 Unreviewed. Update W3C WebDriver imported tests. by carlosgc@webkit.org · 7 years ago
  33. a81db81 Unreviewed. Try to avoid webdriver tests step timing out in the bots. by carlosgc@webkit.org · 7 years ago
  34. b947735 WebDriver: properly recover w3c tests after a webdriver server crash by carlosgc@webkit.org · 7 years ago
  35. 71e8bab WebDriver: simplify the tests json report by carlosgc@webkit.org · 7 years ago
  36. 8c75691 WebDriver: add support for slow tests by carlosgc@webkit.org · 7 years ago
  37. 35b181a WebDriver: fix some nits that prevent running W3C tests on Mac by bburg@apple.com · 7 years ago
  38. 83b03e6 WebDriver: driver environment not passed to pytest when running w3c tests by commit-queue@webkit.org · 7 years ago
  39. 3e83b2d WebDriver: run-webdriver-tests is crashing in the bots when creating results json file by carlosgc@webkit.org · 7 years ago
  40. 85df242 WebDriver: ignore the driver in selenium test names when getting expectations by carlosgc@webkit.org · 7 years ago
  41. bf16c82 WebDriver: add support for test expectations by carlosgc@webkit.org · 7 years ago
  42. 550e38a Unreviewed. Update Selenium WebDriver imported tests. by carlosgc@webkit.org · 7 years ago
  43. a40b13a WebDriver: run-webdriver-tests doesn't handle test names with a '/' correctly by carlosgc@webkit.org · 7 years ago
  44. 666efb3 WebDriver: add a common way to run tests with pytest by carlosgc@webkit.org · 7 years ago
  45. 549ab04 [python] Modernize "except" usage for python3 compatibility by annulen@yandex.ru · 7 years ago
  46. 70acd2e [python] Replace print operator with print() function for python3 compatibility by annulen@yandex.ru · 7 years ago
  47. b6a225b WebDriver: auto-install pytest instead of importing it from wpt tools directory by carlosgc@webkit.org · 7 years ago
  48. 8ab6234 WebDriver: add support for importing and running selenium tests by carlosgc@webkit.org · 7 years ago
  49. a65d478 WebDriver: add an option to dump test results to a json file by carlosgc@webkit.org · 7 years ago
  50. 75d416d [GTK] WebDriver: disable XSS auditor when running WebDriver tests by carlosgc@webkit.org · 7 years ago
  51. 03128ce WebDriver: add timeout option to run-webdriver-tests script by carlosgc@webkit.org · 7 years ago
  52. 5d08f8a [WPE] Add initial support for WebDriver by carlosgc@webkit.org · 7 years ago
  53. 98dd2ea WebDriver: Add support to import and run W3C tests by carlosgc@webkit.org · 7 years ago