Changes between Version 38 and Version 39 of WebKitGtkLayoutTests
- Timestamp:
- May 20, 2020, 10:41:53 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v38 v39 73 73 74 74 75 == WebDriver Tests == 76 77 The GTK+ port includes tests for WebDriver. To run the suite: 78 {{{ 79 #!sh 80 $ python ./Tools/Scripts/run-webdriver-tests --json-output=webdriver_tests.json --release --gtk 81 }}} 82 If you wish to run a single test you can do: 83 {{{ 84 #!sh 85 python ./Tools/Scripts/run-webdriver-tests --json-output=webdriver_tests.json --release --gtk \ 86 imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py 87 }}} 88 75 89 == Common Problems == 76 90