From 914368530ba622ff0117cd34bec058fb0d862155 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 4 Feb 2021 19:41:06 +0000 Subject: Issue #439 - Remove web-platform tests from the tree. This removes a total of 23,936 files we would never use nor have the capacity to properly maintain or keep up-to-date. --- .../tests/old-tests/webdriver/webdriver.cfg | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 testing/web-platform/tests/old-tests/webdriver/webdriver.cfg (limited to 'testing/web-platform/tests/old-tests/webdriver/webdriver.cfg') diff --git a/testing/web-platform/tests/old-tests/webdriver/webdriver.cfg b/testing/web-platform/tests/old-tests/webdriver/webdriver.cfg deleted file mode 100644 index cb74f56ce..000000000 --- a/testing/web-platform/tests/old-tests/webdriver/webdriver.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# to add more browsers specify a [section header] with the name -# the 'browser' is currently required -# url and capabilities are optional -# url is the 'command_executor' argument passed in to the 'browser' class -# capabilities is the 'desired_capabilities' argument. - -[firefox] -capabilities: {"browserName": "firefox"} -mode: compatibility - -[selendroid] -capabilities: {"platform": "ANDROID", "browserName": "android"} -mode: compatibility - -[chrome] -url: http://localhost:9515 -capabilities: {"browserName": "chrome"} -mode: compatibility - -[ie] -capabilities: {"browserName": "ie"} -mode: compatibility - -[edge] -capabilities: {"browserName": "edge"} -mode: compatibility - -[ios-driver] -capabilities: {"browserName": "iphone"} -mode: compatibility - -[blackberry] -url: http://169.254.0.1:1338 -capabilities: {"browserName": "blackberry"} -mode: compatibility -- cgit v1.2.3