Changes between Version 38 and Version 39 of WebKitGtkLayoutTests


Ignore:
Timestamp:
May 20, 2020 10:41:53 AM (4 years ago)
Author:
Diego Pino Garcia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v38 v39  
    7373
    7474
     75== WebDriver Tests ==
     76
     77The 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}}}
     82If you wish to run a single test you can do:
     83{{{
     84#!sh
     85python ./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
    7589== Common Problems ==
    7690