aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing/browser.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Browser#preload for older SeleniumJohn Hawthorn2019-07-041-2/+12
* Preload browser driver_path for system testingJohn Hawthorn2019-07-031-0/+13
* selenium-webdriver is not always required for system testingRyuta Kamizono2019-01-301-4/+2
* Fix system testing failureRyuta Kamizono2019-01-301-8/+11
* Rename methods and update docsEileen Uchitelle2019-01-291-6/+6
* driver_option -> driver_optionsEdouard CHIN2019-01-291-4/+4
* Implement a way to add browser capabilities:Edouard CHIN2019-01-291-7/+14
* Only disable headless chrome gpu on WindowsStefan Wrobel2018-04-071-1/+1
* Move browser checking to its own classAshley Ellis Pierce2018-01-151-0/+49
* Refactor system test driver/browsereileencodes2017-03-091-27/+0
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-7/+6
* Move and rename system testseileencodes2017-02-201-0/+28