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