aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing/driver.rb
Commit message (Expand)AuthorAgeFilesLines
* Preload browser driver_path for system testingJohn Hawthorn2019-07-031-0/+2
* Rename methods and update docsEileen Uchitelle2019-01-291-5/+5
* driver_option -> driver_optionsEdouard CHIN2019-01-291-3/+3
* Implement a way to add browser capabilities:Edouard CHIN2019-01-291-1/+8
* Move browser checking to its own classAshley Ellis Pierce2018-01-151-26/+3
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-1/+12
* Explicitly pass window handle to `resize_window_to`yuuji.yaginuma2017-11-061-1/+1
* Fix Capybara::Webkit::Driver#resize_window deprecation warningNihad Abbasov2017-11-041-1/+1
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-171-1/+17
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Don't call register on custom driverseileencodes2017-07-081-3/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-5/+24
* Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-1/+2
* Call system test driver per-instance rather than globallyeileencodes2017-03-091-5/+0
* Refactor system test driver/browsereileencodes2017-03-091-3/+23
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-6/+6
* Move and rename system testseileencodes2017-02-201-0/+18