aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop setting a default Capybara app hostGeorge Claghorn2019-07-241-21/+27
* Define the `url_options` needed for SytemTest inside the route proxy:Edouard CHIN2019-07-241-5/+7
* Don't include routes helpers inside System test class:Edouard CHIN2019-07-161-0/+13
* Preload browser driver_path for system testingJohn Hawthorn2019-07-031-0/+1
* Permit running jobs in system testsGeorge Claghorn2019-05-161-3/+5
* Fix doc of `ActionDispatch::SystemTestCase` [ci skip]yuuji.yaginuma2019-02-011-7/+7
* Rename methods and update docsEileen Uchitelle2019-01-291-8/+12
* Implement a way to add browser capabilities:Edouard CHIN2019-01-291-2/+18
* Remove upper bound on Capybaraeileencodes2018-04-101-1/+1
* Allow Capybara 3.x (#32151)Thomas Walpole2018-03-051-1/+1
* Merge pull request #31713 from aellispierce/refactor-browser-optionsEileen M. Uchitelle2018-01-171-0/+1
|\
| * Move browser checking to its own classAshley Ellis Pierce2018-01-151-0/+1
* | Add headless browser support in api docs [ci skip]Pierre Hedkvist2017-12-181-0/+3
|/
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-2/+6
* Add load hook for `ActionDispatch::SystemTestCase`yuuji.yaginuma2017-10-281-0/+2
* Require capybara 2.15 because we depend on the new puma integrationRafael Mendonça França2017-10-251-1/+1
* specify minimum capybara version for system testsJoe Francis2017-10-231-0/+2
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-5/+5
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-171-0/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-0/+2
|\
| * SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+2
* | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-4/+4
|/
* Tiny documentation fixes [ci skip]Robin Dupret2017-06-061-3/+3
* [ci skip] Fix typo in the system tests docsPrathamesh Sonpatki2017-06-031-1/+1
* SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-2/+6
* Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-6/+5
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-221-1/+1
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-171-2/+2
|\ \
| * | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-2/+2
| |/
* / Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-0/+2
|/
* Call system test driver per-instance rather than globallyeileencodes2017-03-091-5/+12
* Refactor system test driver/browsereileencodes2017-03-091-10/+1
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-2/+9
* Move documentation to the correct placeeileencodes2017-02-231-72/+72
* Tiny documentation edits [ci skip]Robin Dupret2017-02-211-1/+1
* Fix some grammar in docs [ci skip]kenta-s2017-02-211-1/+1
* Clean up documentationeileencodes2017-02-201-9/+10
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-19/+6
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-0/+2
* Move and rename system testseileencodes2017-02-201-0/+129